diff options
| author | DrahtBot <[email protected]> | 2018-07-27 06:47:46 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-27 07:15:37 -0400 |
| commit | 3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3 (patch) | |
| tree | 885a1a24d8fd297189c8ffd62f93d631f09969f1 /src/qt/intro.cpp | |
| parent | Regenerate manpages (diff) | |
| download | discoin-3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3.tar.xz discoin-3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3.zip | |
qt: Set BLOCK_CHAIN_SIZE = 220
Diffstat (limited to 'src/qt/intro.cpp')
| -rw-r--r-- | src/qt/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 00beb0d5f..dbba3c1b3 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -23,7 +23,7 @@ static const uint64_t GB_BYTES = 1000000000LL; /* Minimum free space (in GB) needed for data directory */ -static const uint64_t BLOCK_CHAIN_SIZE = 200; +constexpr uint64_t BLOCK_CHAIN_SIZE = 220; /* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */ static const uint64_t CHAIN_STATE_SIZE = 3; /* Total required space (in GB) depending on user choice (prune, not prune) */ |