add num-threads flag (#58)

This commit is contained in:
munna0908 2025-02-25 18:51:44 +05:30 committed by GitHub
parent 74619d5f88
commit c6d26725a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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].