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 b1329b7 commit e325e0fCopy full SHA for e325e0f
src/kernel/mempool_options.h
@@ -18,7 +18,7 @@ class CBlockPolicyEstimator;
18
19
/** Default for -maxmempool, maximum megabytes of mempool memory usage */
20
static constexpr unsigned int DEFAULT_MAX_MEMPOOL_SIZE_MB{300};
21
-//** Default for -maxmempool when blocksonly is set */
+/** Default for -maxmempool when blocksonly is set */
22
static constexpr unsigned int DEFAULT_BLOCKSONLY_MAX_MEMPOOL_SIZE_MB{5};
23
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
24
static constexpr unsigned int DEFAULT_MEMPOOL_EXPIRY_HOURS{336};
0 commit comments