[#MAX_DISCONNECTED_TX_POOL_BYTES] = MAX_DISCONNECTED_TX_POOL_BYTES :mrdocs: Maximum bytes for transactions to store for processing during reorg == Synopsis Declared in `<kernel/disconnected_transactions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_DISCONNECTED_TX_POOL_BYTES = {20'000'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#