From 77ec7c57f559078d4a7e85e321eedf7295163ec3 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Fri, 1 Nov 2024 22:44:51 +0100
Subject: [PATCH] Debug ratelimit

---
 values_synapse.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/values_synapse.yaml b/values_synapse.yaml
index 6387d7e..00747b6 100644
--- a/values_synapse.yaml
+++ b/values_synapse.yaml
@@ -14,6 +14,9 @@ extraConfig:
   allow_public_rooms_without_auth: true
   allow_public_rooms_over_federation: true
   admin_contact: "mailto:root@teckids.org"
+  rc_message:
+    per_second: 0
+    burst_count: 0
   database:
     cp_min: 10
     cp_max: 30
-- 
GitLab