mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-20 16:01:29 -05:00
Update configs used by Complement to allow more invites (#12731)
This commit is contained in:
parent
9013104429
commit
e8ae472d3b
1
changelog.d/12731.misc
Normal file
1
changelog.d/12731.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update configs used by Complement to allow more invites/3PID validations during tests.
|
@ -53,6 +53,18 @@ rc_joins:
|
|||||||
per_second: 9999
|
per_second: 9999
|
||||||
burst_count: 9999
|
burst_count: 9999
|
||||||
|
|
||||||
|
rc_3pid_validation:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
|
||||||
|
rc_invites:
|
||||||
|
per_room:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
per_user:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
|
||||||
federation_rr_transactions_per_room_per_second: 9999
|
federation_rr_transactions_per_room_per_second: 9999
|
||||||
|
|
||||||
## Experimental Features ##
|
## Experimental Features ##
|
||||||
|
@ -87,6 +87,18 @@ rc_joins:
|
|||||||
per_second: 9999
|
per_second: 9999
|
||||||
burst_count: 9999
|
burst_count: 9999
|
||||||
|
|
||||||
|
rc_3pid_validation:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
|
||||||
|
rc_invites:
|
||||||
|
per_room:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
per_user:
|
||||||
|
per_second: 1000
|
||||||
|
burst_count: 1000
|
||||||
|
|
||||||
federation_rr_transactions_per_room_per_second: 9999
|
federation_rr_transactions_per_room_per_second: 9999
|
||||||
|
|
||||||
## API Configuration ##
|
## API Configuration ##
|
||||||
|
Loading…
Reference in New Issue
Block a user