We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2493e commit 261334eCopy full SHA for 261334e
src/qt/intro.cpp
@@ -19,7 +19,7 @@
19
20
static const uint64_t GB_BYTES = 1000000000LL;
21
/* Minimum free space (in GB) needed for data directory */
22
-static const uint64_t BLOCK_CHAIN_SIZE = 80;
+static const uint64_t BLOCK_CHAIN_SIZE = 100;
23
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
24
static const uint64_t CHAIN_STATE_SIZE = 2;
25
/* Total required space (in GB) depending on user choice (prune, not prune) */
0 commit comments