1
0

Add lax rc_presence config to Complement tests

So that we don't get ratelimits while testing the logic of presence in our Complement test suite.
This commit is contained in:
Andrew Morgan
2025-01-20 18:02:54 +00:00
parent 7423299a7c
commit 756443817c

View File

@@ -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