From da29db0055b857bf28c6efdad6cbaa01627fb45d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 17 Jun 2015 22:11:54 +0200 Subject: [PATCH 1/1] nominatim: increase allowable wal senders --- roles/nominatim-master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] -- 2.43.2