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

Update configs used by Complement to allow more invites #12731

Merged
merged 2 commits into from
May 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/12731.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update configs used by Complement to allow more invites/3PID validations during tests.
12 changes: 12 additions & 0 deletions docker/complement/conf-workers/workers-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ rc_joins:
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

federation_rr_transactions_per_room_per_second: 9999

## Experimental Features ##
Expand Down
12 changes: 12 additions & 0 deletions docker/complement/conf/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ rc_joins:
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

federation_rr_transactions_per_room_per_second: 9999

## API Configuration ##
Expand Down