cluster

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

commit 99452352840032c716feebdcd9dafa407a167c07
parent ba2cdaa9414a26eab3d9801dd2a2fd65eaecd1d4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  7 Apr 2023 17:01:43 +0200

Stay with synchronous_mode

Diffstat:
M.editorconfig | 2+-
Minfrastructure/configs/postgres-clusters.yaml | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -4,5 +4,5 @@ root = true end_of_line = lf insert_final_newline = true indent_style = space -indent_size = 4 +indent_size = 2 charset = utf-8 diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -46,7 +46,7 @@ spec: loop_wait: 10 retry_timeout: 10 failsafe_mode: true - #synchronous_mode: true - #synchronous_mode_strict: false - #synchronous_node_count: 1 + synchronous_mode: true + synchronous_mode_strict: false + synchronous_node_count: 1 maximum_lag_on_failover: 150