![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| node | |
Functions | |
| util::Result< void > | node::ApplyArgsManOptions (const ArgsManager &args, ChainstateManager::Options &opts) |
Variables | |
| static constexpr int | MAX_SCRIPTCHECK_THREADS {15} |
| Maximum number of dedicated script-checking threads allowed. More... | |
| static constexpr int | DEFAULT_SCRIPTCHECK_THREADS {0} |
| -par default (number of script-checking threads, 0 = auto) More... | |
|
static |
-par default (number of script-checking threads, 0 = auto)
Definition at line 16 of file chainstatemanager_args.h.
|
static |
Maximum number of dedicated script-checking threads allowed.
Definition at line 14 of file chainstatemanager_args.h.
1.8.14