mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-20 04:08:47 +00:00
Merge pull request #382 from leofidus/1.7-blockchainsize
decrease minimum blockchain size to current dogecoin level
This commit is contained in:
commit
c40bc09ef5
@ -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 = 20LL * GB_BYTES;
|
||||
static const uint64_t BLOCK_CHAIN_SIZE = 5LL * GB_BYTES;
|
||||
|
||||
/* Check free space asynchronously to prevent hanging the UI thread.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user