]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-master.rb
Configure max_wal_senders on slaves to match the master
[chef.git] / roles / db-master.rb
index ffea0f019038cd77345bfe1301df3cafb77d3140..07dd63dd7730f0eb84c48e323cb0b048b0c6053d 100644 (file)
@@ -8,7 +8,6 @@ default_attributes(
         :wal_level => "logical",
         :archive_mode => "on",
         :archive_command => "/usr/local/bin/openstreetmap-wal-g wal-push %p --walg-prevent-wal-overwrite=true",
-        :max_wal_senders => "10",
         :max_replication_slots => "1",
         :late_authentication_rules => [
           { :database => "replication", :user => "replication", :address => "10.0.0.4/32" },   # snap-02