]> git.openstreetmap.org Git - chef.git/commitdiff
Increase WAL sender limit for main database
authorTom Hughes <tom@compton.nu>
Wed, 17 Nov 2021 11:16:13 +0000 (11:16 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 17 Nov 2021 11:16:13 +0000 (11:16 +0000)
roles/db-master.rb

index 8539ff452987dfd6baf83dccf8689147386a8c00..1bff6f2e1774e5860463bb5a6eb522d321129f01 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 => "4",
+        :max_wal_senders => "5",
         :max_replication_slots => "1",
         :late_authentication_rules => [
           { :database => "replication", :user => "replication", :address => "10.0.0.4/32" },   # snap-02