Merge pull request #5062 from mempool/mononaut/configurable-tip-monitoring

Configurable threshold for esplora tip check
This commit is contained in:
softsimon
2024-06-10 00:52:50 +04:00
committed by GitHub
7 changed files with 14 additions and 5 deletions

View File

@@ -60,7 +60,8 @@
"RETRY_UNIX_SOCKET_AFTER": 888,
"REQUEST_TIMEOUT": 10000,
"FALLBACK_TIMEOUT": 5000,
"FALLBACK": []
"FALLBACK": [],
"MAX_BEHIND_TIP": 2
},
"SECOND_CORE_RPC": {
"HOST": "__SECOND_CORE_RPC_HOST__",