We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7058550 + 95e2387 commit ad883cdCopy full SHA for ad883cd
src/main.h
@@ -96,7 +96,7 @@ static const unsigned int UNDOFILE_CHUNK_SIZE = 0x100000; // 1 MiB
96
/** Maximum number of script-checking threads allowed */
97
static const int MAX_SCRIPTCHECK_THREADS = 16;
98
/** -par default (number of script-checking threads, 0 = auto) */
99
-static const int DEFAULT_SCRIPTCHECK_THREADS = 2;
+static const int DEFAULT_SCRIPTCHECK_THREADS = 0;
100
/** Number of blocks that can be requested at any given time from a single peer. */
101
static const int MAX_BLOCKS_IN_TRANSIT_PER_PEER = 16;
102
/** Timeout in seconds during which a peer must stall block download progress before being disconnected. */
0 commit comments