1
0
Fork 0
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:
Eric Eastwood 2025-01-13 15:01:00 -06:00 committed by GitHub
parent aab3672037
commit e2d757f62d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

1
changelog.d/18072.misc Normal file
View file

@ -0,0 +1 @@
Increase invite rate limits (`rc_invites.per_issuer`) for Complement.

View file

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