docs: update common options related to workers
This commit is contained in:
parent
17e473fda5
commit
966ac168aa
@ -19,8 +19,8 @@ Will create a datadir of `~/.bcoin_spv`, containing a chain database, wallet dat
|
|||||||
|
|
||||||
- `config`: Points to a custom config file, not in the prefix directory.
|
- `config`: Points to a custom config file, not in the prefix directory.
|
||||||
- `network`: Which network's chainparams to use for the node (main, testnet, regtest, or segnet4) (default: main).
|
- `network`: Which network's chainparams to use for the node (main, testnet, regtest, or segnet4) (default: main).
|
||||||
- `use-workers`: Whether to use a worker process pool for transaction verification (default: true).
|
- `workers`: Whether to use a worker process pool for transaction verification (default: true).
|
||||||
- `max-workers`: Number of worker processes to spawn for transaction verification. By default, the worker pool will be sized based on the number of CPUs/cores in the machine.
|
- `workers-size`: Number of worker processes to spawn for transaction verification. By default, the worker pool will be sized based on the number of CPUs/cores in the machine.
|
||||||
- `sigcache-size`: Max number of items in signature cache.
|
- `sigcache-size`: Max number of items in signature cache.
|
||||||
|
|
||||||
## Node Options
|
## Node Options
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user