summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-06-05 12:39:04 +0100
committerNeil Johnson <neil@matrix.org>2019-06-05 12:39:04 +0100
commite36e10357679006af8050688043d3aba5cc783ef (patch)
tree1941f265947fba276806f2bef2ec6705fb8f7746 /synapse
parentUpdate docs/sample_config.yaml (diff)
downloadsynapse-neilj/mau-tracking-config-explainer.tar.xz
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/server.py2
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.