Skip to content

Commit ba490d2

Browse files
committed
qt: Bump BLOCK_CHAIN_SIZE to 200GB
Part of the release process for 0.16. Value is open for discussion, my blocks/ directory is 163GB but this leaves some slack.
1 parent 6e3fe93 commit ba490d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/intro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
static const uint64_t GB_BYTES = 1000000000LL;
2424
/* Minimum free space (in GB) needed for data directory */
25-
static const uint64_t BLOCK_CHAIN_SIZE = 150;
25+
static const uint64_t BLOCK_CHAIN_SIZE = 200;
2626
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
2727
static const uint64_t CHAIN_STATE_SIZE = 3;
2828
/* Total required space (in GB) depending on user choice (prune, not prune) */

0 commit comments

Comments
 (0)