1
0

Fix synapse_admin_mau:current metric is not updating when config.mau_stats_only is True

This commit is contained in:
Neil Johnson
2018-11-28 12:21:18 +00:00
parent 6574fdd314
commit 66c4fec613
+1 -1
View File
@@ -549,7 +549,7 @@ def run(hs):
)
start_generate_monthly_active_users()
if hs.config.limit_usage_by_mau:
if hs.config.limit_usage_by_mau or or hs.config.mau_stats_only:
clock.looping_call(start_generate_monthly_active_users, 5 * 60 * 1000)
# End of monthly active user settings