mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
settings: Rename MAX_LOGO_FILE_SIZE.
Rename MAX_LOGO_FILE_SIZE to MAX_LOGO_FILE_SIZE_MIB reflecting the size in mebibytes.
This commit is contained in:
committed by
Tim Abbott
parent
2ddc62e9b3
commit
73059dd0c7
@@ -309,7 +309,7 @@ ZULIP_IOS_APP_ID = "org.zulip.Zulip"
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 25 * 1024 * 1024
|
||||
MAX_AVATAR_FILE_SIZE_MIB = 5
|
||||
MAX_ICON_FILE_SIZE_MIB = 5
|
||||
MAX_LOGO_FILE_SIZE = 5
|
||||
MAX_LOGO_FILE_SIZE_MIB = 5
|
||||
MAX_EMOJI_FILE_SIZE = 5
|
||||
|
||||
# Limits to help prevent spam, in particular by sending invitations.
|
||||
|
||||
Reference in New Issue
Block a user