From 417f17d2f4b10fa8a90d5c424e8cc854b69f2ec4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 31 Aug 2023 13:55:35 +0200 Subject: [PATCH] nominatim: switch vhagar to postgresql 15 --- roles/vhagar.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 7a274798e..9cbff5edb 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 => 10 } ) -- 2.39.5