From: Claire Date: Sun, 17 Jul 2022 20:58:41 +0000 (+0200) Subject: Change default values for emoji limits in .env.production.sample and comment them out X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=87f8e0ed2af28be068c2bc6049a7750e4f8b71e2;p=mastodon.git Change default values for emoji limits in .env.production.sample and comment them out --- diff --git a/.env.production.sample b/.env.production.sample index f5b216862..d6435e177 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -283,8 +283,8 @@ MAX_POLL_OPTION_CHARS=100 # If undefined or smaller than MAX_EMOJI_SIZE, the value # of MAX_EMOJI_SIZE will be used for MAX_REMOTE_EMOJI_SIZE # Units are in bytes -MAX_EMOJI_SIZE=51200 -MAX_REMOTE_EMOJI_SIZE=204800 +# MAX_EMOJI_SIZE=262144 +# MAX_REMOTE_EMOJI_SIZE=262144 # Source code repository GITHUB_REPOSITORY=kibicat/mastodon