From 87f8e0ed2af28be068c2bc6049a7750e4f8b71e2 Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 17 Jul 2022 22:58:41 +0200 Subject: [PATCH] Change default values for emoji limits in .env.production.sample and comment them out --- .env.production.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3