From: Sarah Hoffmann Date: Mon, 9 Sep 2013 22:06:12 +0000 (+0200) Subject: revert pool size change X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2a3aab0bfd625433b8bc7e18a0b867e50669dc4c revert pool size change --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index d640ec5f0..ccb9cf0d5 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -55,7 +55,7 @@ default_attributes( :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "25" + :max_children => "50" }, :bulk => { :pm => "static",