mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: bump default max size of uploads from 3072K to 4096K
This commit is contained in:
@@ -859,11 +859,11 @@ email:
|
||||
files:
|
||||
max_image_size_kb:
|
||||
client: true
|
||||
default: 3072
|
||||
default: 4096
|
||||
max: 102400
|
||||
max_attachment_size_kb:
|
||||
client: true
|
||||
default: 3072
|
||||
default: 4096
|
||||
max: 1024000
|
||||
max_image_megapixels:
|
||||
default: 40
|
||||
|
||||
Reference in New Issue
Block a user