diff --git a/src/common/src/config.rs b/src/common/src/config.rs index f8e49f06d1cb0..dddc799341491 100644 --- a/src/common/src/config.rs +++ b/src/common/src/config.rs @@ -1128,7 +1128,7 @@ pub mod default { } pub fn enable_fast_compaction() -> bool { - true + false } pub fn max_preload_io_retry_times() -> usize {