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.
1 parent 6e3fe93 commit ba490d2Copy full SHA for ba490d2
src/qt/intro.cpp
@@ -22,7 +22,7 @@
22
23
static const uint64_t GB_BYTES = 1000000000LL;
24
/* Minimum free space (in GB) needed for data directory */
25
-static const uint64_t BLOCK_CHAIN_SIZE = 150;
+static const uint64_t BLOCK_CHAIN_SIZE = 200;
26
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
27
static const uint64_t CHAIN_STATE_SIZE = 3;
28
/* Total required space (in GB) depending on user choice (prune, not prune) */
0 commit comments