From 53933cb52c3ba909a80ad036041da83644800fb2 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 23 Oct 2021 21:11:23 +0200 Subject: [PATCH] put dulcy back into production mode --- roles/dulcy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 6dfd330a9..a205b0569 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -35,7 +35,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } -- 2.43.2