Add REQUEST_TIMEOUT and FALLBACK_TIMEOUT esplora config options

This commit is contained in:
Mononaut
2023-09-14 22:57:37 +00:00
parent 83c285e17d
commit c1f0eac8f8
7 changed files with 20 additions and 4 deletions

View File

@@ -51,6 +51,8 @@
"REST_API_URL": "http://127.0.0.1:3000",
"UNIX_SOCKET_PATH": "/tmp/esplora-bitcoin-mainnet",
"RETRY_UNIX_SOCKET_AFTER": 30000,
"REQUEST_TIMEOUT": 10000,
"FALLBACK_TIMEOUT": 5000,
"FALLBACK": []
},
"SECOND_CORE_RPC": {