mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Increase ancestor/dependant size limit to 375kB
This commit is contained in:
parent
2ff3733d6b
commit
8d7b7d4aff
1 changed files with 2 additions and 2 deletions
|
|
@ -64,11 +64,11 @@ static const int64_t ORPHAN_TX_EXPIRE_INTERVAL = 5 * 60;
|
|||
/** Default for -limitancestorcount, max number of in-mempool ancestors */
|
||||
static const unsigned int DEFAULT_ANCESTOR_LIMIT = 25;
|
||||
/** Default for -limitancestorsize, maximum kilobytes of tx + all in-mempool ancestors */
|
||||
static const unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT = 101;
|
||||
static const unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT = 375;
|
||||
/** Default for -limitdescendantcount, max number of in-mempool descendants */
|
||||
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;
|
||||
static const unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT = 375;
|
||||
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
|
||||
static const unsigned int DEFAULT_MEMPOOL_EXPIRY = 72;
|
||||
/** The maximum size of a blk?????.dat file (since 0.8) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue