Document parameters in example configuration file

This commit is contained in:
J. Scott Branson
2021-03-02 12:53:24 -05:00
committed by manojsdoshi
parent 2e456a835d
commit f0424fe7dd

View File

@@ -765,9 +765,9 @@
# [workers] # [workers]
# #
# Configures the number of threads for processing work submitted by peers # Configures the number of threads for processing work submitted by peers
# and clients. If not specified, then the value is automatically determined # and clients. If not specified, then the value is automatically set to the
# by factors including the number of system processors and whether this # number of processor threads plus 2 for networked nodes. Nodes running in
# node is a validator. # stand alone mode default to 1 worker.
# #
# #
# #