mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -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:
|
||||
client: true
|
||||
default: 3072
|
||||
max: 100000
|
||||
max_attachment_size_kb:
|
||||
client: true
|
||||
default: 3072
|
||||
max: 1024000
|
||||
max_image_megapixels:
|
||||
default: 40
|
||||
min: 5
|
||||
|
Loading…
Reference in New Issue
Block a user