rocksdb_max_log_files must not be 0
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0bed5ca506
commit
5ea1f18776
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@ url_preview_check_root_domain = false
|
||||||
# Defaults to your CPU physical core count (not logical threads) count divided by 2 (half)
|
# Defaults to your CPU physical core count (not logical threads) count divided by 2 (half)
|
||||||
#rocksdb_parallelism_threads = 0
|
#rocksdb_parallelism_threads = 0
|
||||||
|
|
||||||
# Maximum number of LOG files RocksDB will keep
|
# Maximum number of LOG files RocksDB will keep. This must *not* be set to 0. It must be at least 1.
|
||||||
# Defaults to 3 as these are not very useful
|
# Defaults to 3 as these are not very useful.
|
||||||
#rocksdb_max_log_files = 3
|
#rocksdb_max_log_files = 3
|
||||||
|
|
||||||
# Type of RocksDB database compression to use.
|
# Type of RocksDB database compression to use.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue