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.
This commit is contained in:
parent
218be95903
commit
70b8cb9ce8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
/* Minimum free space (in bytes) needed for data directory */
|
||||
static const uint64_t GB_BYTES = 1000000000LL;
|
||||
static const uint64_t BLOCK_CHAIN_SIZE = 10LL * GB_BYTES;
|
||||
static const uint64_t BLOCK_CHAIN_SIZE = 20LL * GB_BYTES;
|
||||
|
||||
/* Check free space asynchronously to prevent hanging the UI thread.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue