From c6d26725a2bf0622237087f1c00fa397f9773435 Mon Sep 17 00:00:00 2001 From: munna0908 <88337208+munna0908@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:51:44 +0530 Subject: [PATCH] add num-threads flag (#58) --- learn/run.md | 1 + 1 file changed, 1 insertion(+) diff --git a/learn/run.md b/learn/run.md index d152b86..5ba083a 100644 --- a/learn/run.md +++ b/learn/run.md @@ -72,6 +72,7 @@ The following options are available: --net-privkey Source of network (secp256k1) private key file path or name [=key]. -b, --bootstrap-node Specifies one or more bootstrap nodes to use when connecting to the network. --max-peers The maximum number of peers to connect to [=160]. + --num-threads Number of worker threads (\"0\" = use as many threads as there are CPU cores available). --agent-string Node agent string which is used as identifier in network [=Codex]. --api-bindaddr The REST API bind address [=127.0.0.1]. -p, --api-port The REST Api port [=8080].