From 793820a7f058bf923705b26f7e6cc8e22d053ab2 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 21 Apr 2025 22:00:24 +0000 Subject: [PATCH] Fix formatting (937c5fc86a29). Signed-off-by: Jason Volk --- conduwuit-example.toml | 8 ++++---- src/core/config/mod.rs | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 4d1714a3..eaa0615b 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -960,10 +960,10 @@ # #rocksdb_compaction_ioprio_idle = true -# 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 -# option as part of troubleshooting or a bug, please reach out to us in -# the conduwuit Matrix room with information and details. +# 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. # # Disabling compaction will lead to a significantly bloated and # explosively large database, gradually poor performance, unnecessarily diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index e2976e04..ab4b84e3 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1124,9 +1124,9 @@ pub struct Config { pub rocksdb_compaction_ioprio_idle: bool, /// 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. + /// 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. /// /// Disabling compaction will lead to a significantly bloated and /// explosively large database, gradually poor performance, unnecessarily