diff options
author | Neil Johnson <neil@matrix.org> | 2018-09-06 17:45:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-06 17:45:55 +0100 |
commit | c5440b2ca0342b76a393d895483ef76b3ff58bd9 (patch) | |
tree | 802d7f519bb1b6d485c81da683165864e6df2bd5 /tests/utils.py | |
parent | Merge pull request #3805 from matrix-org/erikj/limit_transaction_pdus_edus (diff) | |
parent | ensure guests never enter mau list (diff) | |
download | synapse-c5440b2ca0342b76a393d895483ef76b3ff58bd9.tar.xz |
Merge pull request #3800 from matrix-org/neilj/remove-guests-from-mau-count hhs-6
guest users should not be part of mau total
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index b85017d279..91173fa45d 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -147,6 +147,7 @@ def setup_test_homeserver( config.hs_disabled_message = "" config.hs_disabled_limit_type = "" config.max_mau_value = 50 + config.mau_trial_days = 0 config.mau_limits_reserved_threepids = [] config.admin_contact = None config.rc_messages_per_second = 10000 |