Skip to content

Commit

Permalink
Increase rc_invites.per_issuer for Complement (#18072)
Browse files Browse the repository at this point in the history
It's possible to run into `SynapseError: 429 - Too Many Requests (rc_invites.per_issuer)`

`rc_invites.per_issuer` originally introduced in
matrix-org/synapse#13125
  • Loading branch information
MadLittleMods authored Jan 13, 2025
1 parent aab3672 commit e2d757f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/18072.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increase invite rate limits (`rc_invites.per_issuer`) for Complement.
3 changes: 3 additions & 0 deletions docker/complement/conf/workers-shared-extra.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2d757f

Please sign in to comment.