diff --git a/.editorconfig b/.editorconfig index d3fcdc6..18616d3 100644 --- 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 index f26f64a..fcb054d 100644 --- 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