mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 16:44:04 -05:00
Fixed the very wrong byte to megabyte conversion
This commit is contained in:
parent
a7b4e7efdd
commit
da7bcf29d4
@ -162,9 +162,9 @@ STREAMING_CLUSTER_NUM=1
|
|||||||
|
|
||||||
# Maximum image and video upload sizes
|
# Maximum image and video upload sizes
|
||||||
# Units are in bytes
|
# Units are in bytes
|
||||||
# 1024 bytes equals 1 megabyte
|
# 1048576 bytes equals 1 megabyte
|
||||||
# MAX_IMAGE_SIZE=8192
|
# MAX_IMAGE_SIZE=8388608
|
||||||
# MAX_VIDEO_SIZE=40960
|
# MAX_VIDEO_SIZE=41943040
|
||||||
|
|
||||||
# LDAP authentication (optional)
|
# LDAP authentication (optional)
|
||||||
# LDAP_ENABLED=true
|
# LDAP_ENABLED=true
|
||||||
|
Loading…
Reference in New Issue
Block a user