enable cluster mempool settings in prod

This commit is contained in:
mononaut 2026-04-21 05:08:47 +00:00
parent 1ae0ed2a3c
commit 6dbf021a61
No known key found for this signature in database
GPG key ID: BFD16BE592A9CD8D
5 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,8 @@
"AUDIT": true,
"CPFP_INDEXING": true,
"RUST_GBT": true,
"CLUSTER_MEMPOOL": true,
"CLUSTER_MEMPOOL_INDEXING": true,
"USE_SECOND_NODE_FOR_MINFEE": true,
"DISK_CACHE_BLOCK_INTERVAL": 1,
"MAX_PUSH_TX_SIZE_WEIGHT": 4000000,

View file

@ -12,6 +12,8 @@
"POOLS_UPDATE_DELAY": 3600,
"AUDIT": true,
"RUST_GBT": true,
"CLUSTER_MEMPOOL": true,
"CLUSTER_MEMPOOL_INDEXING": true,
"POLL_RATE_MS": 500,
"DISK_CACHE_BLOCK_INTERVAL": 1,
"MAX_PUSH_TX_SIZE_WEIGHT": 4000000,

View file

@ -12,6 +12,8 @@
"POOLS_UPDATE_DELAY": 3600,
"AUDIT": true,
"RUST_GBT": true,
"CLUSTER_MEMPOOL": true,
"CLUSTER_MEMPOOL_INDEXING": true,
"POLL_RATE_MS": 1000,
"DISK_CACHE_BLOCK_INTERVAL": 1,
"MAX_PUSH_TX_SIZE_WEIGHT": 4000000,

View file

@ -12,6 +12,8 @@
"POOLS_UPDATE_DELAY": 3600,
"AUDIT": true,
"RUST_GBT": true,
"CLUSTER_MEMPOOL": true,
"CLUSTER_MEMPOOL_INDEXING": true,
"POLL_RATE_MS": 1000,
"DISK_CACHE_BLOCK_INTERVAL": 1,
"MAX_PUSH_TX_SIZE_WEIGHT": 4000000,

View file

@ -12,6 +12,8 @@
"POOLS_UPDATE_DELAY": 3600,
"AUDIT": true,
"RUST_GBT": true,
"CLUSTER_MEMPOOL": true,
"CLUSTER_MEMPOOL_INDEXING": true,
"POLL_RATE_MS": 1000,
"DISK_CACHE_BLOCK_INTERVAL": 1,
"MAX_PUSH_TX_SIZE_WEIGHT": 4000000,