X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4921077e03758686a26b4f92e7e67e0a8d18d0f1..f6310358cfbc2d2c61b1723d862f8139ee91ce53:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 7a274798e..fc482f341 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -31,17 +31,11 @@ default_attributes( }, :nominatim => { :state => "standalone", + :dbcluster => "15/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 } )