Skip to content

Commit

Permalink
docs: add workers-timeout under worker options
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Oct 16, 2017
1 parent 966ac16 commit a1b5cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Will create a datadir of `~/.bcoin_spv`, containing a chain database, wallet dat
- `network`: Which network's chainparams to use for the node (main, testnet, regtest, or segnet4) (default: main).
- `workers`: Whether to use a worker process pool for transaction verification (default: true).
- `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.
- `workers-timeout`: Worker process execution timeout in milliseconds (default: 120000).
- `sigcache-size`: Max number of items in signature cache.

## Node Options
Expand Down

0 comments on commit a1b5cdc

Please sign in to comment.