mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-05 14:05:03 -04:00
mock config.max_mau_value
This commit is contained in:
parent
ef3589063a
commit
7f3d897e7a
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
|
|||
config.media_storage_providers = []
|
||||
config.auto_join_rooms = []
|
||||
config.limit_usage_by_mau = False
|
||||
config.max_mau_value = 50
|
||||
config.mau_limits_reserved_threepids = []
|
||||
|
||||
# disable user directory updates, because they get done in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue