mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Use correct config option for ratelimiting in tests
This commit is contained in:
parent
df2ebd75d3
commit
dc4f6d1b01
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ def default_config(name, parse=False):
|
|||
"mau_stats_only": False,
|
||||
"mau_limits_reserved_threepids": [],
|
||||
"admin_contact": None,
|
||||
"rc_message": {"per_second": 10000, "burst_count": 10000},
|
||||
"rc_messages_per_second": 10000,
|
||||
"rc_message_burst_count": 10000,
|
||||
"rc_registration": {"per_second": 10000, "burst_count": 10000},
|
||||
"rc_login": {
|
||||
"address": {"per_second": 10000, "burst_count": 10000},
|
||||
|
|
Loading…
Reference in a new issue