Skip to content

Commit 70b8cb9

Browse files
committed
qt: Adjust BLOCK_CHAIN_SIZE to 20GB
This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830.
1 parent 218be95 commit 70b8cb9

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
@@ -14,7 +14,7 @@
1414

1515
/* Minimum free space (in bytes) needed for data directory */
1616
static const uint64_t GB_BYTES = 1000000000LL;
17-
static const uint64_t BLOCK_CHAIN_SIZE = 10LL * GB_BYTES;
17+
static const uint64_t BLOCK_CHAIN_SIZE = 20LL * GB_BYTES;
1818

1919
/* Check free space asynchronously to prevent hanging the UI thread.
2020

0 commit comments

Comments
 (0)