mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
Increase rc_invites.per_issuer
for Complement (#18072)
It's possible to run into `SynapseError: 429 - Too Many Requests (rc_invites.per_issuer)` `rc_invites.per_issuer` originally introduced in https://github.com/matrix-org/synapse/pull/13125
This commit is contained in:
parent
aab3672037
commit
e2d757f62d
2 changed files with 4 additions and 0 deletions
1
changelog.d/18072.misc
Normal file
1
changelog.d/18072.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Increase invite rate limits (`rc_invites.per_issuer`) for Complement.
|
|
@ -85,6 +85,9 @@ rc_invites:
|
|||
per_user:
|
||||
per_second: 1000
|
||||
burst_count: 1000
|
||||
per_issuer:
|
||||
per_second: 1000
|
||||
burst_count: 1000
|
||||
|
||||
federation_rr_transactions_per_room_per_second: 9999
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue