From 29fecda70428b92e78d7180eb1acab987ebb18e7 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 17 Dec 2024 20:03:47 +0100 Subject: [PATCH] avoid killing walredo --- test_runner/deep_layers_with_delta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/deep_layers_with_delta.py b/test_runner/deep_layers_with_delta.py index 3518aac1e5..62cc79824e 100644 --- a/test_runner/deep_layers_with_delta.py +++ b/test_runner/deep_layers_with_delta.py @@ -86,7 +86,7 @@ timeline_id = timlines[0]["timeline_id"] config = { "gc_period": "0s", # disable periodic gc "checkpoint_timeout": "10 years", - "compaction_period": "0s", # disable periodic compaction so we control when it happens + "compaction_period": "1h", # doesn't matter, but 0 value will kill walredo every 10s "compaction_threshold": 100000, # we just want L0s "compaction_target_size": 134217728, "checkpoint_distance": 268435456,