summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:57:33 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:57:33 +0100
commitf69315c7079bfce71369723aceee0b70901f5a3a (patch)
treee3f048603855f33dab3a9fe36796187b3822890f /tests
parentMerge commit '351845452' into anoa/dinsic_release_1_31_0 (diff)
downloadsynapse-f69315c7079bfce71369723aceee0b70901f5a3a.tar.xz
Up invite ratelimiting for tests
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py

index 7c5f29afdd..df8a463650 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -157,6 +157,10 @@ def default_config(name, parse=False): "local": {"per_second": 10000, "burst_count": 10000}, "remote": {"per_second": 10000, "burst_count": 10000}, }, + "rc_invites": { + "per_room": {"per_second": 10000, "burst_count": 10000}, + "per_user": {"per_second": 10000, "burst_count": 10000}, + }, "rc_3pid_validation": {"per_second": 10000, "burst_count": 10000}, "saml2_enabled": False, "default_identity_server": None,