updated maximum media and emoji size for gotosocial
Some checks failed
/ Check formatting (push) Failing after 1m43s
Some checks failed
/ Check formatting (push) Failing after 1m43s
This commit is contained in:
parent
786573148a
commit
6bec438bc3
2 changed files with 4 additions and 32 deletions
|
@ -71,12 +71,12 @@
|
|||
accounts-custom-css-length = 10000;
|
||||
|
||||
### Media config
|
||||
media-local-max-size = "1GiB";
|
||||
media-remote-max-size = "50MiB";
|
||||
media-local-max-size = "2GiB";
|
||||
media-remote-max-size = "250MiB";
|
||||
media-description-min-chars = 36;
|
||||
media-description-max-chars = 16200;
|
||||
media-emoji-local-max-size = "128KiB"; # may need to increase this in the future.
|
||||
media-emoji-remote-max-size = "256KiB";
|
||||
media-emoji-local-max-size = "512KiB"; # may need to increase this in the future.
|
||||
media-emoji-remote-max-size = "512KiB";
|
||||
media-ffmpeg-pool-size = 2;
|
||||
media-remote-cache-days = 7;
|
||||
media-cleanup-from = "01:00";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue