diff options
author | Alex Morcos <morcos@chaincode.com> | 2016-12-09 14:39:04 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2016-12-09 14:39:04 -0500 |
commit | 5f0e27f1a8495d9be43a953bd0371ccbce510105 (patch) | |
tree | c55144bae2a446d03642001a90dfa0940f6d305d /src/validation.h | |
parent | 72bf1b3d0962304850a3ef5fe375db4bff1d0a39 (diff) |
Increase mempool expiry time to 2 weeks
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 28e81d21c6..8a94f89dd3 100644 --- a/src/validation.h +++ b/src/validation.h @@ -73,7 +73,7 @@ static const unsigned int DEFAULT_DESCENDANT_LIMIT = 25; /** Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */ static const unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT = 101; /** Default for -mempoolexpiry, expiration time for mempool transactions in hours */ -static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 72; +static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 336; /** The maximum size of a blk?????.dat file (since 0.8) */ static const unsigned int MAX_BLOCKFILE_SIZE = 0x8000000; // 128 MiB /** The pre-allocation chunk size for blk?????.dat files (since 0.8) */ |