cypress: up the rate limit values for the synapse container (#9166)

Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
kegsay 2022-08-11 14:08:41 +01:00 committed by GitHub
parent 7b52145461
commit ed4286aa93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,27 @@ rc_message_burst_count: 10000
rc_registration:
per_second: 10000
burst_count: 10000
rc_joins:
local:
per_second: 9999
burst_count: 9999
remote:
per_second: 9999
burst_count: 9999
rc_joins_per_room:
per_second: 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
rc_login:
address: