From f0424fe7ddfb3e51fbfeb547d30201a4f531fff6 Mon Sep 17 00:00:00 2001 From: "J. Scott Branson" Date: Tue, 2 Mar 2021 12:53:24 -0500 Subject: [PATCH] Document parameters in example configuration file --- cfg/rippled-example.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/rippled-example.cfg b/cfg/rippled-example.cfg index 33e735f10..099624c98 100644 --- a/cfg/rippled-example.cfg +++ b/cfg/rippled-example.cfg @@ -765,9 +765,9 @@ # [workers] # # Configures the number of threads for processing work submitted by peers -# and clients. If not specified, then the value is automatically determined -# by factors including the number of system processors and whether this -# node is a validator. +# and clients. If not specified, then the value is automatically set to the +# number of processor threads plus 2 for networked nodes. Nodes running in +# stand alone mode default to 1 worker. # # #