]> cat aescling's git repositories - mastodon.git/commitdiff
Fixed the very wrong byte to megabyte conversion
authorLady Lumb <42786600+LadyLumb@users.noreply.github.com>
Sun, 2 Jun 2019 12:36:02 +0000 (05:36 -0700)
committerThibG <thib@sitedethib.com>
Sun, 2 Jun 2019 12:38:13 +0000 (14:38 +0200)
.env.production.sample

index db5fa085309619cc4e69933befa95b8bd3649d4e..8e15d6bcd27f169f291a57402640f8b6bc955d7e 100644 (file)
@@ -162,9 +162,9 @@ STREAMING_CLUSTER_NUM=1
 
 # Maximum image and video upload sizes
 # Units are in bytes
-# 1024 bytes equals 1 megabyte
-# MAX_IMAGE_SIZE=8192
-# MAX_VIDEO_SIZE=40960
+# 1048576 bytes equals 1 megabyte
+# MAX_IMAGE_SIZE=8388608
+# MAX_VIDEO_SIZE=41943040
 
 # LDAP authentication (optional)
 # LDAP_ENABLED=true