Revision e60eca5169bbffe20b133a5e35c0b7ce457957cf authored by Adi Seredinschi on 15 December 2022, 11:26:23 UTC, committed by Adi Seredinschi on 15 December 2022, 11:26:23 UTC
1 parent 26420ae
Raw File
.md-link-check.json
{
    "retryOn429": true,
    "retryCount": 5,
    "fallbackRetryDelay": "30s",
    "aliveStatusCodes": [200, 206, 503],
    "httpHeaders": [
        {
            "urls": [
                "https://docs.github.com/",
                "https://help.github.com/"
            ],
            "headers": {
                "Accept-Encoding": "zstd, br, gzip, deflate"
            }
        }
    ]
}
back to top