mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
raise max value for max_image_size_kb to 102400
This commit is contained in:
parent
4e0b18544e
commit
6bafb74e67
@ -708,7 +708,7 @@ files:
|
|||||||
max_image_size_kb:
|
max_image_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 3072
|
||||||
max: 100000
|
max: 102400
|
||||||
max_attachment_size_kb:
|
max_attachment_size_kb:
|
||||||
client: true
|
client: true
|
||||||
default: 3072
|
default: 3072
|
||||||
|
Loading…
Reference in New Issue
Block a user