mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 07:48:20 +00:00
Remove room and user invite ratelimits in default unit test config (#9871)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Disable invite rate-limiting by default when running the unit tests.
|
||||
@@ -153,6 +153,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,
|
||||
"public_baseurl": None,
|
||||
|
||||
Reference in New Issue
Block a user