From: Sarah Hoffmann Date: Tue, 8 Aug 2023 09:12:43 +0000 (+0200) Subject: nominatim: switch vhagar to python frontend X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/06fe517ef613b95cf76b6d3497b18d0e8d3c0eca nominatim: switch vhagar to python frontend --- diff --git a/roles/vhagar.rb b/roles/vhagar.rb index b06027cab..df5fe535d 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -32,6 +32,9 @@ default_attributes( :nominatim => { :state => "standalone", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", + :api_flavour => "python", + :api_workers => 38, + :api_pool_size => 10, :fpm_pools => { "nominatim.openstreetmap.org" => { :max_children => 200