We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b98895 + 203f212 commit 2b23dbaCopy full SHA for 2b23dba
src/main.h
@@ -191,7 +191,7 @@ extern uint64_t nPruneTarget;
191
/** Block files containing a block-height within MIN_BLOCKS_TO_KEEP of chainActive.Tip() will not be pruned. */
192
static const unsigned int MIN_BLOCKS_TO_KEEP = 288;
193
194
-static const signed int DEFAULT_CHECKBLOCKS = MIN_BLOCKS_TO_KEEP;
+static const signed int DEFAULT_CHECKBLOCKS = 6;
195
static const unsigned int DEFAULT_CHECKLEVEL = 3;
196
197
// Require that user allocate at least 550MB for block & undo files (blk???.dat and rev???.dat)
0 commit comments