aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-01-05 20:32:41 +0100
committerWladimir J. van der Laan <[email protected]>2017-01-05 20:32:57 +0100
commita72f76ca3d5d2f259d308f65810891389f728e9e (patch)
tree3307cb5565482032d197d3b1e3bc05162b11d8fc /src
parentMerge #8747: [rpc] Fix transaction size comments and RPC help text. (diff)
parentIncrease mempool expiry time to 2 weeks (diff)
downloaddiscoin-a72f76ca3d5d2f259d308f65810891389f728e9e.tar.xz
discoin-a72f76ca3d5d2f259d308f65810891389f728e9e.zip
Merge #9312: Increase mempool expiry time to 2 weeks
5f0e27f Increase mempool expiry time to 2 weeks (Alex Morcos)
Diffstat (limited to 'src')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 981f65963..97fc9df1f 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) */