1
0
Fork 0

k/matrix/synapse: increase rate limits to allow for slack bridging

This commit is contained in:
Danny Grove 2024-04-08 08:26:46 -07:00
parent 11840a0947
commit b2e1530b33
Signed by: drgrove
GPG Key ID: E1F4160251DB4C2E
1 changed files with 14 additions and 0 deletions

View File

@ -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