From e36e10357679006af8050688043d3aba5cc783ef Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 5 Jun 2019 12:39:04 +0100 Subject: typo and update sample_config --- synapse/config/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/config/server.py') 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. -- cgit 1.5.1