update size limits in env sample

Updated video and image size limit var to reflect monsterpits implementation, added gif size limit var
staging
Lumb 2019-06-20 09:48:33 +00:00 committed by Gitea
parent 2597f31daf
commit 05980a56d2
1 changed files with 6 additions and 4 deletions

View File

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