From 381853426a81e73626ef28cd5c76598a06499c39 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 28 Oct 2021 09:06:37 +0200 Subject: [PATCH 1/1] put stormfly-04 back into production --- roles/stormfly-04.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 4f3c617d5..6f947994a 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -32,7 +32,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "100" } } -- 2.39.5