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:
|
files:
|
||||||
max_image_size_kb:
|
max_image_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 4096
|
||||||
max: 102400
|
max: 102400
|
||||||
max_attachment_size_kb:
|
max_attachment_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 4096
|
||||||
max: 1024000
|
max: 1024000
|
||||||
max_image_megapixels:
|
max_image_megapixels:
|
||||||
default: 40
|
default: 40
|
||||||
|
|
Loading…
Reference in New Issue