mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-06 00:00:20 -05: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
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_user:
|
||||||
per_second: 1000
|
per_second: 1000
|
||||||
burst_count: 1000
|
burst_count: 1000
|
||||||
|
per_issuer:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
|
||||||
federation_rr_transactions_per_room_per_second: 9999
|
federation_rr_transactions_per_room_per_second: 9999
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user