Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions | Variables
chainstatemanager_args.h File Reference
#include <util/result.h>
#include <validation.h>
Include dependency graph for chainstatemanager_args.h:
This graph shows which files directly or indirectly include this file:

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

Variable Documentation

◆ DEFAULT_SCRIPTCHECK_THREADS

constexpr int DEFAULT_SCRIPTCHECK_THREADS {0}
staticconstexpr

-par default (number of script-checking threads, 0 = auto)

Definition at line 16 of file chainstatemanager_args.h.

◆ MAX_SCRIPTCHECK_THREADS

constexpr int MAX_SCRIPTCHECK_THREADS {15}
staticconstexpr

Maximum number of dedicated script-checking threads allowed.

Definition at line 14 of file chainstatemanager_args.h.