summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-17 13:21:25 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-17 13:21:25 +0000
commit1a23d184e9cebc018ccbb6a89c4ff6eaaa640892 (patch)
treed377abb350cdf3b842581592e81be31a86fcde5e /tests/utils.py
parentMake errors about email password resets much clearer (#5616) (diff)
parentFixes to the federation rate limiter (#5621) (diff)
downloadsynapse-1a23d184e9cebc018ccbb6a89c4ff6eaaa640892.tar.xz
Fixes to the federation rate limiter (#5621)
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/utils.py b/tests/utils.py

index d8e55b0801..8a94ce0b47 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -152,12 +152,6 @@ def default_config(name, parse=False): "mau_stats_only": False, "mau_limits_reserved_threepids": [], "admin_contact": None, - "rc_federation": { - "reject_limit": 10, - "sleep_limit": 10, - "sleep_delay": 10, - "concurrent": 10, - }, "rc_message": {"per_second": 10000, "burst_count": 10000}, "rc_registration": {"per_second": 10000, "burst_count": 10000}, "rc_login": {