rocksdb_max_log_files must not be 0

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-14 01:39:24 -04:00
parent 022b1febe2
commit 6256c51b7f

View file

@ -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)
#rocksdb_parallelism_threads = 0
# Maximum number of LOG files RocksDB will keep
# Defaults to 3 as these are not very useful
# 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.
#rocksdb_max_log_files = 3
# Type of RocksDB database compression to use.