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