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