add rocksdb parallelism threads config option

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-04 20:42:09 -05:00 committed by June
parent 9251727d57
commit 0352ea7dda
4 changed files with 35 additions and 11 deletions

View file

@ -256,6 +256,10 @@ allow_check_for_updates = true
# Time in seconds before RocksDB will forcibly rotate logs. Defaults to 0.
#rocksdb_log_time_to_roll = 0
# Amount of threads that RocksDB will use for parallelism. Set to 0 to use all your CPUs.
# Defaults to your CPU count divided by 2 (half)
#rocksdb_parallelism_threads = 0
### Presence