commit 546b13f52a3cfaaae9e9118bc04950d50479c2b4
parent 53d07e3a4cbeb9b292753bf0de78404f5ca50850
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 1 Apr 2023 23:47:37 +0200
disable matrix postgres cluster connection pooler. Matrix services should be able to do this in the applications
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -10,8 +10,8 @@ spec:
allowedSourceRanges: []
databases:
synapse: synapse
- enableConnectionPooler: true
- enableReplicaConnectionPooler: true
+ enableConnectionPooler: false
+ enableReplicaConnectionPooler: false
numberOfInstances: 2
postgresql:
version: "15"