From a199696bf23e10cc12b3df4537d3bc011df42331 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 12 Jan 2020 22:40:22 +0100 Subject: [PATCH] put dulcy back into production --- roles/dulcy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 2f7f8384b..9ba99a7f4 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -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], -- 2.43.2