mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Remove room and user invite ratelimits in default unit test config (#9871)
This commit is contained in:
parent
9d25a0ae65
commit
ceaa76970f
2 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue