#include <policy/policy.h>
#include <script/standard.h>
#include <chrono>
#include <cstdint>
Go to the source code of this file.
◆ DEFAULT_MAX_MEMPOOL_SIZE_MB
constexpr unsigned int DEFAULT_MAX_MEMPOOL_SIZE_MB {300} |
|
staticconstexpr |
Default for -maxmempool, maximum megabytes of mempool memory usage.
Definition at line 14 of file mempool_options.h.
◆ DEFAULT_MEMPOOL_EXPIRY_HOURS
constexpr unsigned int DEFAULT_MEMPOOL_EXPIRY_HOURS {336} |
|
staticconstexpr |
Default for -mempoolexpiry, expiration time for mempool transactions in hours.
Definition at line 18 of file mempool_options.h.