Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ed4286a

Browse files
kegsayturt2live
andauthored
cypress: up the rate limit values for the synapse container (#9166)
Co-authored-by: Travis Ralston <[email protected]>
1 parent 7b52145 commit ed4286a

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

cypress/plugins/synapsedocker/templates/default/homeserver.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,29 @@ log_config: "/data/log.config"
2222
rc_messages_per_second: 10000
2323
rc_message_burst_count: 10000
2424
rc_registration:
25-
per_second: 10000
26-
burst_count: 10000
25+
per_second: 10000
26+
burst_count: 10000
27+
rc_joins:
28+
local:
29+
per_second: 9999
30+
burst_count: 9999
31+
remote:
32+
per_second: 9999
33+
burst_count: 9999
34+
rc_joins_per_room:
35+
per_second: 9999
36+
burst_count: 9999
37+
rc_3pid_validation:
38+
per_second: 1000
39+
burst_count: 1000
40+
41+
rc_invites:
42+
per_room:
43+
per_second: 1000
44+
burst_count: 1000
45+
per_user:
46+
per_second: 1000
47+
burst_count: 1000
2748

2849
rc_login:
2950
address:

0 commit comments

Comments
 (0)