From 956143f6eaeaca464d4d76e4ea609b5c70469c37 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Fri, 12 May 2017 12:13:45 +0200 Subject: [PATCH] moved description into correct section --- .../Books/Manual/Administration/Configuration/RocksDB.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.