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 e4382fb commit c8cee26Copy full SHA for c8cee26
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 = 80;
+static const uint64_t BLOCK_CHAIN_SIZE = 120;
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 = 2;
29
/* Total required space (in GB) depending on user choice (prune, not prune) */
0 commit comments