diff --git a/postgres0.yml b/postgres0.yml index d5425373..8d7ef60a 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -31,8 +31,8 @@ bootstrap: # wal_level: hot_standby # hot_standby: "on" # wal_keep_segments: 8 -# max_wal_senders: 5 -# max_replication_slots: 5 +# max_wal_senders: 10 +# max_replication_slots: 10 # wal_log_hints: "on" # archive_mode: "on" # archive_timeout: 1800s diff --git a/postgres1.yml b/postgres1.yml index 683bc965..9178b088 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -29,8 +29,8 @@ bootstrap: # wal_level: hot_standby # hot_standby: "on" # wal_keep_segments: 8 -# max_wal_senders: 5 -# max_replication_slots: 5 +# max_wal_senders: 10 +# max_replication_slots: 10 # wal_log_hints: "on" # archive_mode: "on" # archive_timeout: 1800s diff --git a/postgres2.yml b/postgres2.yml index b77f5bec..dcefe6f4 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -29,8 +29,8 @@ bootstrap: # wal_level: hot_standby # hot_standby: "on" # wal_keep_segments: 8 -# max_wal_senders: 5 -# max_replication_slots: 5 +# max_wal_senders: 10 +# max_replication_slots: 10 # wal_log_hints: "on" # archive_mode: "on" # archive_timeout: 1800s