mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
allow 'max_image_megapixels' up to 150MB
This commit is contained in:
parent
c076f7b1aa
commit
2d9b31b147
@ -717,7 +717,7 @@ files:
|
|||||||
max_image_megapixels:
|
max_image_megapixels:
|
||||||
default: 40
|
default: 40
|
||||||
min: 5
|
min: 5
|
||||||
max: 100
|
max: 150
|
||||||
authorized_extensions:
|
authorized_extensions:
|
||||||
client: true
|
client: true
|
||||||
default: 'jpg|jpeg|png|gif'
|
default: 'jpg|jpeg|png|gif'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user