upped the default validation period
This commit is contained in:
parent
fba1acd3d7
commit
41826acac7
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ static const unsigned int MIN_BLOCKS_TO_KEEP = 288;
|
||||||
/** Minimum blocks required to signal NODE_NETWORK_LIMITED */
|
/** Minimum blocks required to signal NODE_NETWORK_LIMITED */
|
||||||
static const unsigned int NODE_NETWORK_LIMITED_MIN_BLOCKS = 288;
|
static const unsigned int NODE_NETWORK_LIMITED_MIN_BLOCKS = 288;
|
||||||
|
|
||||||
static const signed int DEFAULT_CHECKBLOCKS = 6;
|
static const signed int DEFAULT_CHECKBLOCKS = 288 * 3; // 36 hours
|
||||||
static const unsigned int DEFAULT_CHECKLEVEL = 3;
|
static const unsigned int DEFAULT_CHECKLEVEL = 3;
|
||||||
|
|
||||||
// Require that user allocate at least 550 MiB for block & undo files (blk???.dat and rev???.dat)
|
// Require that user allocate at least 550 MiB for block & undo files (blk???.dat and rev???.dat)
|
||||||
|
|
Loading…
Reference in a new issue