k/matrix/synapse: increase rate limits to allow for slack bridging
This commit is contained in:
parent
11840a0947
commit
b2e1530b33
|
@ -49,6 +49,20 @@ listeners:
|
|||
- name: [metrics]
|
||||
compress: true
|
||||
|
||||
# Rate Limit
|
||||
rc_invites:
|
||||
per_room:
|
||||
burst_count: 200
|
||||
per_user:
|
||||
burst_count: 200
|
||||
rc_joins:
|
||||
local:
|
||||
burst_count: 200
|
||||
remote:
|
||||
burst_count: 200
|
||||
rc_joins_per_user:
|
||||
burst_count: 200
|
||||
|
||||
# Registration
|
||||
registration:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue