diff options
author | DrahtBot <39886733+DrahtBot@users.noreply.github.com> | 2018-07-27 06:47:46 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-07-27 07:15:37 -0400 |
commit | 3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3 (patch) | |
tree | 885a1a24d8fd297189c8ffd62f93d631f09969f1 /src/qt | |
parent | 2b6a2f4a28792f2fe9dc1be843b1ff1ecae35e8a (diff) |
qt: Set BLOCK_CHAIN_SIZE = 220
Diffstat (limited to 'src/qt')
-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 00beb0d5fb..dbba3c1b3b 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) */ |