]> git.openstreetmap.org Git - chef.git/commitdiff
Increase replication slots
authorTom Hughes <tom@compton.nu>
Thu, 25 Mar 2021 22:45:08 +0000 (22:45 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 25 Mar 2021 22:45:08 +0000 (22:45 +0000)
roles/db-master.rb

index a107946d089c38174f58c47fe5e8914d29d71c76..2e943228fb4368013967c014e0140df132342885 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
         :wal_level => "logical",
         :archive_mode => "on",
         :archive_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-push %p",
-        :max_wal_senders => "3",
+        :max_wal_senders => "4",
         :max_replication_slots => "1",
         :late_authentication_rules => [
           { :database => "replication", :user => "replication", :address => "10.0.48.49/32" },