]> git.openstreetmap.org Git - chef.git/commitdiff
revert pool size change
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 9 Sep 2013 22:06:12 +0000 (00:06 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 9 Sep 2013 22:06:12 +0000 (00:06 +0200)
roles/nominatim.rb

index d640ec5f05b8305b11574bd0a9b60b4a3e7caf45..ccb9cf0d5120b21b68923e1324dcbaf422192098 100644 (file)
@@ -55,7 +55,7 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "25"
+            :max_children => "50"
         },
         :bulk => {
             :pm => "static",