From 5cb6a1fbfb187effcd411ddf21630d2223fe0815 Mon Sep 17 00:00:00 2001 From: StrikeW Date: Sun, 16 Oct 2022 13:48:25 +0800 Subject: [PATCH] fix(meta): fix meta wrong config (#5866) fix meta config Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- risedev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/risedev.yml b/risedev.yml index 783a45bf93af..05c4fab73f11 100644 --- a/risedev.yml +++ b/risedev.yml @@ -596,10 +596,10 @@ template: vacuum-interval-sec: 30 # Interval of periodical compaction - periodic-compaction-interval-sec: 3600 + periodic-compaction-interval-sec: 60 # Whether run in compaction deterministic test mode - enable-compaction-deterministic: true + enable-compaction-deterministic: false # The spin interval when collecting global GC watermark in hummock collect-gc-watermark-spin-interval-sec: 5