We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf1b3 commit 5f0e27fCopy full SHA for 5f0e27f
src/validation.h
@@ -73,7 +73,7 @@ static const unsigned int DEFAULT_DESCENDANT_LIMIT = 25;
73
/** Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */
74
static const unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT = 101;
75
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
76
-static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 72;
+static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 336;
77
/** The maximum size of a blk?????.dat file (since 0.8) */
78
static const unsigned int MAX_BLOCKFILE_SIZE = 0x8000000; // 128 MiB
79
/** The pre-allocation chunk size for blk?????.dat files (since 0.8) */
0 commit comments