From 937c5fc86a29a9eafac82cc33eca813607a244cb Mon Sep 17 00:00:00 2001 From: Peter Gervai Date: Tue, 15 Apr 2025 15:59:37 +0200 Subject: [PATCH] config: rocksdb_compaction help was inverted probably old remnnant of an inverted option. --- src/core/config/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 72a0bc5a..e2976e04 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1123,8 +1123,8 @@ pub struct Config { #[serde(default = "true_fn")] pub rocksdb_compaction_ioprio_idle: bool, - /// Disables RocksDB compaction. You should never ever have to set this - /// option to true. If you for some reason find yourself needing to use this + /// Enables RocksDB compaction. You should never ever have to set this + /// option to false. If you for some reason find yourself needing to use this /// option as part of troubleshooting or a bug, please reach out to us in /// the conduwuit Matrix room with information and details. ///