Make I/O and prefetch worker threads configurable

This commit is contained in:
Richard Holland
2021-11-22 13:47:21 +00:00
committed by Nik Bougalis
parent 6746b863b3
commit cf97dcb992
5 changed files with 41 additions and 3 deletions

View File

@@ -779,6 +779,14 @@
# number of processor threads plus 2 for networked nodes. Nodes running in
# stand alone mode default to 1 worker.
#
# [io_workers]
#
# Configures the number of threads for processing raw inbound and outbound IO.
#
# [prefetch_workers]
#
# Configures the number of threads for performing nodestore prefetching.
#
#
#
# [network_id]