]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: switch vhagar to postgresql 15
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 31 Aug 2023 11:55:35 +0000 (13:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 31 Aug 2023 11:55:35 +0000 (13:55 +0200)
roles/vhagar.rb

index 7a274798e7f77fb66cf610c2a0a15adda9a1f3f0..9cbff5edb5ce5ba96d42b38dc3f599f849b6171e 100644 (file)
@@ -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
   }
 )