Skip to content

Commit 74d88dc

Browse files
committed
Relax markdown link-check timeouts
1 parent 76fab32 commit 74d88dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.markdown-link-check.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"retryOn429": true,
3-
"retryCount": 3,
3+
"retryCount": 5,
4+
"fallbackRetryDelay": "30s",
5+
"timeout": "20s",
46
"aliveStatusCodes": [200, 206],
57
"ignorePatterns": [
68
{

0 commit comments

Comments
 (0)