From 650df404329760cba69d0bd90cf5c3068da102d5 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 17 Jul 2022 09:58:39 +0200 Subject: [PATCH] put longma back into production --- roles/longma.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/longma.rb b/roles/longma.rb index b67537fa5..da3e92c19 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -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, -- 2.43.2