1
0
Fork 0

moved description into correct section

This commit is contained in:
jsteemann 2017-05-12 12:13:45 +02:00
parent b1aae2efdd
commit 956143f6ea
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ normal storage. Default: 1.
`--rocksdb.delayed_write_rate` (Hidden) `--rocksdb.delayed_write_rate` (Hidden)
### LSM tree structure
Limited write rate to DB (in bytes per second) if we are writing to the last 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. in-memory buffer allowed and we allow more than 3 buffers. Default: 16MB/s.
### LSM tree structure
`--rocksdb.num-levels` `--rocksdb.num-levels`
The number of levels for the database in the LSM tree. Default: 7. The number of levels for the database in the LSM tree. Default: 7.