cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ed7422623a88e7ec80b6aa7b16d666a2122924f5
parent 887bdbd71e115024b42836efaa1eb7bdf2ba8ad1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 Nov 2024 01:19:51 +0100

Fix max_replication_slots

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -81,6 +81,7 @@ spec: wal_level: logical max_wal_senders: "10" synchronous_commit: on + max_replication_slots: 20 # Checkpointing checkpoint_timeout: "15 min" checkpoint_completion_target: "0.9"