]> git.openstreetmap.org Git - chef.git/commitdiff
put dulcy back into production
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 12 Jan 2020 21:40:22 +0000 (22:40 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 12 Jan 2020 21:40:22 +0000 (22:40 +0100)
roles/dulcy.rb

index 2f7f8384b5cfdb68ea1fcc8db6d774757f633546..9ba99a7f4e94738a012beeb1af426e8a83bdcffb 100644 (file)
@@ -35,13 +35,13 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :enable_backup => false,
     :enable_git_updates => true,
     :dbadmins => %w[lonvia tomh],