Increase default max_upload_size from 10M to 50M (#8502)

Signed-off-by: Mateusz Przybyłowicz <uamfhq@gmail.com>
This commit is contained in:
Mateusz Przybyłowicz 2020-10-09 17:58:23 +02:00 committed by GitHub
parent 1781bbe319
commit ca2db5dd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -90,7 +90,7 @@ federation_rc_concurrent: 3
media_store_path: "/data/media"
uploads_path: "/data/uploads"
max_upload_size: "{{ SYNAPSE_MAX_UPLOAD_SIZE or "10M" }}"
max_upload_size: "{{ SYNAPSE_MAX_UPLOAD_SIZE or "50M" }}"
max_image_pixels: "32M"
dynamic_thumbnails: false