]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-master.rb
Increase maximum WAL senders
[chef.git] / roles / db-master.rb
index 1afcae0deb380386cf66465b61131cd2b7d3c0f1..117c18ebd8aa3adabfe4be2a86b48a7aef037cf3 100644 (file)
@@ -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