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

Commit e8ae472

Browse files
authored
Update configs used by Complement to allow more invites (#12731)
1 parent 9013104 commit e8ae472

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

changelog.d/12731.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update configs used by Complement to allow more invites/3PID validations during tests.

docker/complement/conf-workers/workers-shared.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ rc_joins:
5353
per_second: 9999
5454
burst_count: 9999
5555

56+
rc_3pid_validation:
57+
per_second: 1000
58+
burst_count: 1000
59+
60+
rc_invites:
61+
per_room:
62+
per_second: 1000
63+
burst_count: 1000
64+
per_user:
65+
per_second: 1000
66+
burst_count: 1000
67+
5668
federation_rr_transactions_per_room_per_second: 9999
5769

5870
## Experimental Features ##

docker/complement/conf/homeserver.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ rc_joins:
8787
per_second: 9999
8888
burst_count: 9999
8989

90+
rc_3pid_validation:
91+
per_second: 1000
92+
burst_count: 1000
93+
94+
rc_invites:
95+
per_room:
96+
per_second: 1000
97+
burst_count: 1000
98+
per_user:
99+
per_second: 1000
100+
burst_count: 1000
101+
90102
federation_rr_transactions_per_room_per_second: 9999
91103

92104
## API Configuration ##

0 commit comments

Comments
 (0)