mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-09 09:02:48 +01:00
chore: bump profile max upload size default
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"maximumChatMessageLength": 1000,
|
||||
"maximumRemoteChatMessageLength": 5000,
|
||||
"maximumChatRoomNameLength": 50,
|
||||
"maximumProfileImageSize": 256,
|
||||
"maximumProfileImageSize": 2048,
|
||||
"maximumCoverImageSize": 2048,
|
||||
"profileImageDimension": 200,
|
||||
"profile:convertProfileImageToPNG": 0,
|
||||
|
||||
Reference in New Issue
Block a user