upped the default validation period
This commit is contained in:
parent
f2462c74b3
commit
c751b27e54
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ static const unsigned int MIN_BLOCKS_TO_KEEP = 288;
|
|||
/** Minimum blocks required to signal NODE_NETWORK_LIMITED */
|
||||
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;
|
||||
|
||||
// Require that user allocate at least 550MB for block & undo files (blk???.dat and rev???.dat)
|
||||
|
|
Loading…
Reference in a new issue