summary refs log tree commit diff
path: root/synapse/config/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/config/stats.py')
-rw-r--r--synapse/config/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/stats.py b/synapse/config/stats.py

index 80fc1b9dd0..73a87c73f2 100644 --- a/synapse/config/stats.py +++ b/synapse/config/stats.py
@@ -25,7 +25,7 @@ class StatsConfig(Config): Configuration for the behaviour of synapse's stats engine """ - def read_config(self, config): + def read_config(self, config, **kwargs): self.stats_enabled = True self.stats_bucket_size = 86400 self.stats_retention = sys.maxsize