Change default values for emoji limits in .env.production.sample and comment them out

local
Claire 2 years ago
parent cd87d7dcef
commit 6c0d73a675
  1. 4
      .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
# Optional hCaptcha support
# HCAPTCHA_SECRET_KEY=

Loading…
Cancel
Save