diff options
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r-- | synapse/config/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index db143042db..334921d421 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -604,7 +604,7 @@ class ServerConfig(Config): #limit_usage_by_mau: False #max_mau_value: 50 #mau_trial_days: 2 - # + # If enabled, the metrics for the number of monthly active users will # be populated, however no one will be limited. If limit_usage_by_mau # is true, this is implied to be true. |