mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 20:23:59 +00:00
The upstream fix for link syntax has landed. - Uncomment the workflow and bump the version. - Add a config file to encourage retries.
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [200, 206, 503]
|
|
}
|