Skip to content

Commit

Permalink
Add lax rc_presence config to Complement tests
Browse files Browse the repository at this point in the history
So that we don't get ratelimits while testing the logic of presence in our Complement test suite.
  • Loading branch information
anoadragon453 committed Jan 20, 2025
1 parent 7423299 commit 7564438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/complement/conf/workers-shared-extra.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ rc_invites:
per_second: 1000
burst_count: 1000

rc_presence:
per_second: 9999
burst_count: 9999

federation_rr_transactions_per_room_per_second: 9999

allow_device_name_lookup_over_federation: true
Expand Down

0 comments on commit 7564438

Please sign in to comment.