config: rocksdb_compaction help was inverted
probably old remnnant of an inverted option.
This commit is contained in:
parent
79268bda1e
commit
937c5fc86a
1 changed files with 2 additions and 2 deletions
|
@ -1123,8 +1123,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.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue