FEATURE: bump default max size of uploads from 3072K to 4096K
This commit is contained in:
parent
9499693baa
commit
b76d17881b
|
@ -859,11 +859,11 @@ email:
|
|||
files:
|
||||
max_image_size_kb:
|
||||
client: true
|
||||
default: 3072
|
||||
default: 4096
|
||||
max: 102400
|
||||
max_attachment_size_kb:
|
||||
client: true
|
||||
default: 3072
|
||||
default: 4096
|
||||
max: 1024000
|
||||
max_image_megapixels:
|
||||
default: 40
|
||||
|
|
Loading…
Reference in New Issue