synapse: increase max upload size
This commit is contained in:
parent
03d59be0eb
commit
21a15ff6fa
@ -1,4 +1,4 @@
|
||||
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
|
||||
# https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html
|
||||
|
||||
server_name: "{{ matrix_domain }}"
|
||||
pid_file: /data/homeserver.pid
|
||||
@ -12,6 +12,8 @@ listeners:
|
||||
- names: [client, federation]
|
||||
compress: false
|
||||
|
||||
max_upload_size: 500M
|
||||
|
||||
database:
|
||||
name: sqlite3
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user