diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index b14e3cd07..9505601d2 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -14,6 +14,7 @@ "BLOCKS_SUMMARIES_INDEXING": true, "GOGGLES_INDEXING": true, "AUTOMATIC_POOLS_UPDATE": true, + "POOLS_UPDATE_DELAY": 3600, "AUDIT": true, "CPFP_INDEXING": true, "RUST_GBT": true, diff --git a/production/mempool-config.signet.json b/production/mempool-config.signet.json index a0a2353cb..952845ae9 100644 --- a/production/mempool-config.signet.json +++ b/production/mempool-config.signet.json @@ -9,6 +9,7 @@ "API_URL_PREFIX": "/api/v1/", "INDEXING_BLOCKS_AMOUNT": -1, "AUTOMATIC_POOLS_UPDATE": true, + "POOLS_UPDATE_DELAY": 3600, "AUDIT": true, "RUST_GBT": true, "POLL_RATE_MS": 1000, diff --git a/production/mempool-config.testnet.json b/production/mempool-config.testnet.json index 81cd61dc4..5f9f3abb9 100644 --- a/production/mempool-config.testnet.json +++ b/production/mempool-config.testnet.json @@ -9,6 +9,7 @@ "API_URL_PREFIX": "/api/v1/", "INDEXING_BLOCKS_AMOUNT": -1, "AUTOMATIC_POOLS_UPDATE": true, + "POOLS_UPDATE_DELAY": 3600, "AUDIT": true, "RUST_GBT": true, "POLL_RATE_MS": 1000, diff --git a/production/mempool-config.testnet4.json b/production/mempool-config.testnet4.json index 91373d223..2e79309ed 100644 --- a/production/mempool-config.testnet4.json +++ b/production/mempool-config.testnet4.json @@ -9,6 +9,7 @@ "API_URL_PREFIX": "/api/v1/", "INDEXING_BLOCKS_AMOUNT": -1, "AUTOMATIC_POOLS_UPDATE": true, + "POOLS_UPDATE_DELAY": 3600, "AUDIT": true, "RUST_GBT": true, "POLL_RATE_MS": 1000,