mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: sane max value for max_image_size_kb & max_attachment_size_kb setting
This commit is contained in:
parent
64787e7fa4
commit
4e0b18544e
@ -708,9 +708,11 @@ files:
|
|||||||
max_image_size_kb:
|
max_image_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 3072
|
||||||
|
max: 100000
|
||||||
max_attachment_size_kb:
|
max_attachment_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 3072
|
||||||
|
max: 1024000
|
||||||
max_image_megapixels:
|
max_image_megapixels:
|
||||||
default: 40
|
default: 40
|
||||||
min: 5
|
min: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user