]> git.openstreetmap.org Git - chef.git/commitdiff
put longma back into production
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jul 2022 07:58:39 +0000 (09:58 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jul 2022 07:58:39 +0000 (09:58 +0200)
roles/longma.rb

index b67537fa5e3e25467eeecbf0e8fbeb5ddb4ca179..da3e92c194afba76b4ed38b747b0e024d98d3743 100644 (file)
@@ -36,13 +36,13 @@ default_attributes(
       :defaults => {
         :max_connections => "550",
         :work_mem => "240MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
     :enable_qa_tiles => true,