FIX: sane max value for max_image_size_kb & max_attachment_size_kb setting

This commit is contained in:
Arpit Jalan 2017-04-25 15:11:36 +05:30
parent 64787e7fa4
commit 4e0b18544e

View File

@ -708,9 +708,11 @@ files:
max_image_size_kb:
client: true
default: 3072
max: 100000
max_attachment_size_kb:
client: true
default: 3072
max: 1024000
max_image_megapixels:
default: 40
min: 5