diff options
author | Travis Ralston <travpc@gmail.com> | 2018-11-15 11:08:27 -0700 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-15 18:08:27 +0000 |
commit | 835779f7fb8e8b84c3f8e371528d6ea08d0c373f (patch) | |
tree | e45ac0bbcae1750ce3adff184c6fae733e9a38f3 /tests/utils.py | |
parent | Use <meta> tags to discover the per-page encoding of html previews (#4183) (diff) | |
download | synapse-835779f7fb8e8b84c3f8e371528d6ea08d0c373f.tar.xz |
Add option to track MAU stats (but not limit people) (#3830)
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 67ab916f30..52ab762010 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -134,6 +134,7 @@ def default_config(name): config.hs_disabled_limit_type = "" config.max_mau_value = 50 config.mau_trial_days = 0 + config.mau_stats_only = False config.mau_limits_reserved_threepids = [] config.admin_contact = None config.rc_messages_per_second = 10000 |