From: Tom Hughes Date: Thu, 21 Sep 2017 18:28:18 +0000 (+0100) Subject: Increase maximum number of database replication connections X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a8d61cd6151f78aa3612ca35f023303552fa3f46 Increase maximum number of database replication connections --- diff --git a/roles/db-master.rb b/roles/db-master.rb index ae33b625c..89659c7ad 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -9,7 +9,7 @@ default_attributes( :wal_level => "hot_standby", :archive_mode => "on", :archive_command => "/bin/cp %p /store/postgresql/archive/%f", - :max_wal_senders => "2", + :max_wal_senders => "3", :late_authentication_rules => [ { :database => "replication", :user => "replication", :address => "146.179.159.168/32" }, { :database => "replication", :user => "replication", :address => "146.179.159.170/32" },