Skip to content

Commit a72f76c

Browse files
committed
Merge #9312: Increase mempool expiry time to 2 weeks
5f0e27f Increase mempool expiry time to 2 weeks (Alex Morcos)
2 parents ce43630 + 5f0e27f commit a72f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static const unsigned int DEFAULT_DESCENDANT_LIMIT = 25;
7373
/** Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */
7474
static const unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT = 101;
7575
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
76-
static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 72;
76+
static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 336;
7777
/** The maximum size of a blk?????.dat file (since 0.8) */
7878
static const unsigned int MAX_BLOCKFILE_SIZE = 0x8000000; // 128 MiB
7979
/** The pre-allocation chunk size for blk?????.dat files (since 0.8) */

0 commit comments

Comments
 (0)