mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 02:16:02 -04:00
Merge branch 'develop' into neilj/disable_hs
This commit is contained in:
commit
d2f3ef98ac
6 changed files with 115 additions and 7 deletions
|
@ -76,6 +76,8 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
|
|||
config.limit_usage_by_mau = False
|
||||
config.hs_disabled = False
|
||||
config.hs_disabled_message = ""
|
||||
config.max_mau_value = 50
|
||||
config.mau_limits_reserved_threepids = []
|
||||
|
||||
# disable user directory updates, because they get done in the
|
||||
# background, which upsets the test runner.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue