From 05980a56d230a5356ce292558e2f5a8a96ec2ef5 Mon Sep 17 00:00:00 2001 From: Lumb Date: Thu, 20 Jun 2019 09:48:33 +0000 Subject: [PATCH] update size limits in env sample Updated video and image size limit var to reflect monsterpits implementation, added gif size limit var --- .env.production.sample | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.env.production.sample b/.env.production.sample index c13dc8bc1..f44fb6824 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -167,10 +167,12 @@ STREAMING_CLUSTER_NUM=1 # MAX_DISPLAY_NAME_CHARS=30 # Maximum image and video upload sizes -# Units are in bytes -# 1048576 bytes equals 1 megabyte -# MAX_IMAGE_SIZE=8388608 -# MAX_VIDEO_SIZE=41943040 +# Units are in megabytes +# MAX_SIZE_LIMIT=66 + +# Maximum gif size limit +# Units are in kilobytes +# MAX_GIF_SIZE=333 # Maximum length of audio uploads in seconds # MAX_AUDIO_LENGTH=60