Skip to content
Snippets Groups Projects
Unverified Commit e2d757f6 authored by Eric Eastwood's avatar Eric Eastwood Committed by GitHub
Browse files

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
parent aab36720
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment