]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
nominatim: update vhagar for Debian installation
[chef.git] / roles / vhagar.rb
index 7a274798e7f77fb66cf610c2a0a15adda9a1f3f0..ab538a2ed656a18159893599153a4b3f50c70852 100644 (file)
@@ -30,18 +30,11 @@ default_attributes(
     }
   },
   :nominatim => {
-    :state => "standalone",
+    :dbcluster => "17/main",
     :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
     :api_flavour => "python",
     :api_workers => 24,
-    :api_pool_size => 10,
-    :api_query_timeout => 3,
-    :api_request_timeout => 10,
-    :fpm_pools => {
-      "nominatim.openstreetmap.org" => {
-        :max_children => 200
-      }
-    }
+    :api_pool_size => 8
   }
 )