This commit is contained in:
Peter Gervai 2026-06-18 00:51:23 +00:00 committed by GitHub
commit f01ac1e954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1133,8 +1133,8 @@ pub struct Config {
#[serde(default = "true_fn")] #[serde(default = "true_fn")]
pub rocksdb_compaction_ioprio_idle: bool, pub rocksdb_compaction_ioprio_idle: bool,
/// Disables RocksDB compaction. You should never ever have to set this /// Enables 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 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 /// option as part of troubleshooting or a bug, please reach out to us in
/// the conduwuit Matrix room with information and details. /// the conduwuit Matrix room with information and details.
/// ///