add config option for max RocksDB LOG files

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-06 18:20:02 -05:00 committed by June
parent 7bfb86a851
commit d2060c8647
3 changed files with 12 additions and 5 deletions

View file

@ -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