From a1b400bf69b1481c2c1d32086dcd9d760736635d Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 26 Nov 2025 11:58:45 -0800 Subject: [PATCH] fix: Add report_stats to Synapse config --- infra/matrix/synapse/homeserver.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/matrix/synapse/homeserver.yaml b/infra/matrix/synapse/homeserver.yaml index 68134728..86131cd0 100644 --- a/infra/matrix/synapse/homeserver.yaml +++ b/infra/matrix/synapse/homeserver.yaml @@ -48,6 +48,9 @@ signing_key_path: /data/signing.key # Logging log_config: /data/log.config +# Statistics reporting +report_stats: false + # Rate limiting rc_messages_per_second: 0.2 rc_message_burst_count: 10