diff --git a/Documentation/Books/Manual/Administration/Configuration/RocksDB.md b/Documentation/Books/Manual/Administration/Configuration/RocksDB.md index a2cd211107..2eb53900e9 100644 --- a/Documentation/Books/Manual/Administration/Configuration/RocksDB.md +++ b/Documentation/Books/Manual/Administration/Configuration/RocksDB.md @@ -29,11 +29,11 @@ normal storage. Default: 1. `--rocksdb.delayed_write_rate` (Hidden) -### LSM tree structure - Limited write rate to DB (in bytes per second) if we are writing to the last in-memory buffer allowed and we allow more than 3 buffers. Default: 16MB/s. +### LSM tree structure + `--rocksdb.num-levels` The number of levels for the database in the LSM tree. Default: 7.