From 848c68c1aad965715e718bcfe6d84b94ceb7db1f Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 29 May 2019 09:26:20 +0100 Subject: [PATCH] explain Monthly Active User Blocking and mau_trial_days --- synapse/config/server.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/synapse/config/server.py b/synapse/config/server.py index e763e19e15..72d644319e 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -584,6 +584,13 @@ class ServerConfig(Config): #hs_disabled_limit_type: 'error code(str), to help clients decode reason' # Monthly Active User Blocking + # Used in cases where the admin or server owner wants to limit to the + # number of monthly active users. + # 'mau_trial_days' is means to add a grace period for active users. It + # means that users must be active for this number of days before they + # can be considered active and guards against the case where lots of users + # sign up in a short space of time never to return after their initial + # session. # #limit_usage_by_mau: False #max_mau_value: 50