From: Tom Hughes Date: Sun, 27 Feb 2022 19:52:05 +0000 (+0000) Subject: Increase maximum WAL senders X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e84872129190c4d59719fd84535d0d2ecc062421 Increase maximum WAL senders --- diff --git a/roles/db-master.rb b/roles/db-master.rb index 1afcae0de..117c18ebd 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -8,7 +8,7 @@ default_attributes( :wal_level => "logical", :archive_mode => "on", :archive_command => "/usr/local/bin/openstreetmap-wal-g wal-push %p", - :max_wal_senders => "5", + :max_wal_senders => "10", :max_replication_slots => "1", :late_authentication_rules => [ { :database => "replication", :user => "replication", :address => "10.0.0.4/32" }, # snap-02