https://github.com/tendermint/tendermint
Raw File
Tip revision: 94662dd3a99e9bc5121a087e9880eddc0ba7d76f authored by Ethan Buchman on 14 September 2022, 16:12:51 UTC
check errors properly and test
Tip revision: 94662dd
.md-link-check.json
{
    "retryOn429": true,
    "retryCount": 5,
    "fallbackRetryDelay": "30s",
    "aliveStatusCodes": [200, 206, 503]
}
back to top