https://github.com/tendermint/tendermint
Raw File
Tip revision: cdb3355ce9dc9318c07ff456e3fb13217c72a9a7 authored by William Banfield on 30 June 2022, 21:32:46 UTC
p2p: fix flakey test due to disconnect cooldown
Tip revision: cdb3355
.md-link-check.json
{
    "retryOn429": true,
    "retryCount": 5,
    "fallbackRetryDelay": "30s",
    "aliveStatusCodes": [200, 206, 503]
}
back to top