From: Sarah Hoffmann Date: Wed, 17 Jun 2015 20:11:54 +0000 (+0200) Subject: nominatim: increase allowable wal senders X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/da29db0055b857bf28c6efdad6cbaa01627fb45d nominatim: increase allowable wal senders --- diff --git a/roles/nominatim-master.rb b/roles/nominatim-master.rb index 44fd93608..d787716cc 100644 --- a/roles/nominatim-master.rb +++ b/roles/nominatim-master.rb @@ -9,7 +9,7 @@ default_attributes( :wal_level => "hot_standby", :archive_mode => "on", :archive_command => "/bin/cp %p /data/postgresql-archive/%f", - :max_wal_senders => "1", + :max_wal_senders => "5", :late_authentication_rules => [ { :database => "replication", :user => "replication", :address => "146.179.159.164/32" } ]