cluster

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

commit fd5be17de1eaf04d266a6884604e9fc80e3c328a
parent ed7422623a88e7ec80b6aa7b16d666a2122924f5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 Nov 2024 01:52:53 +0100

Fix max_replication_slots

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

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