summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-11-28 12:35:20 +0000
committerNeil Johnson <neil@matrix.org>2018-11-28 12:35:20 +0000
commit0a6a2a81a3d5121b5e2e4cac0c8f85b5d18ad8b1 (patch)
tree497ccbca8308992b77e3bbb78b3c4b95ddeca6ad
parenttowncrier (diff)
downloadsynapse-neilj/fix_4229.tar.xz
-rwxr-xr-xsynapse/app/homeserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index 1537058779..ed6f84f4f4 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -549,7 +549,7 @@ def run(hs):
         )
 
     start_generate_monthly_active_users()
-    if hs.config.limit_usage_by_mau or or hs.config.mau_stats_only:
+    if hs.config.limit_usage_by_mau or hs.config.mau_stats_only:
         clock.looping_call(start_generate_monthly_active_users, 5 * 60 * 1000)
     # End of monthly active user settings