raise max value for max_image_size_kb to 102400

This commit is contained in:
Arpit Jalan 2017-04-25 15:22:35 +05:30
parent 4e0b18544e
commit 6bafb74e67

View File

@ -708,7 +708,7 @@ files:
max_image_size_kb:
client: true
default: 3072
max: 100000
max: 102400
max_attachment_size_kb:
client: true
default: 3072