add config option for max RocksDB LOG files
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7bfb86a851
commit
d2060c8647
3 changed files with 12 additions and 5 deletions
|
@ -302,6 +302,10 @@ allow_check_for_updates = true
|
|||
# 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
|
||||
#rocksdb_max_log_files = 3
|
||||
|
||||
|
||||
|
||||
### Presence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue