commit 7b8a4a0f71f8e7e5fc2c78adfa0a9ba17701dee2 parent 63d5d78b7d031a9a52ad2f3014eea6b093030c8f Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 25 Jan 2024 20:10:12 +0100 Doing some tests Diffstat:
| M | apps/base/matrix/synapse/release.yaml | | | 2 | ++ |
| M | infrastructure/configs/postgres-clusters.yaml | | | 3 | ++- |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml @@ -35,6 +35,8 @@ spec: - federation-sender-2 enable_metrics: true mau_stats_only: true + presence: + enabled: false federation_metrics_domains: - matrix.org - t2bot.io diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -146,4 +146,5 @@ spec: patroni: failsafe_mode: true - synchronous_mode: true + synchronous_mode: false + #synchronous_mode: true