mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
enable cluster mempool settings in prod
This commit is contained in:
parent
1ae0ed2a3c
commit
6dbf021a61
5 changed files with 10 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue