updated maximum media and emoji size for gotosocial
Some checks failed
/ Check formatting (push) Failing after 1m43s

This commit is contained in:
Ittihadyya 2024-12-20 10:04:19 +02:00
parent 786573148a
commit 6bec438bc3
2 changed files with 4 additions and 32 deletions

View file

@ -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";