mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-10 09:46:42 +02:00
update config comment for rocksdb threads
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
06e85c9aad
commit
fe0310c010
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,8 @@ allow_check_for_updates = true
|
|||
#rocksdb_log_time_to_roll = 0
|
||||
|
||||
# Amount of threads that RocksDB will use for parallelism. Set to 0 to use all your physical cores.
|
||||
# Conduit eagerly spawns threads mainly for federation, so it may not be desirable to use all your cores / logical threads.
|
||||
#
|
||||
# Defaults to your CPU physical core count (not logical threads) count divided by 2 (half)
|
||||
#rocksdb_parallelism_threads = 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue