Skip to content

Commit 90d2ca8

Browse files
committed
Fix retry delay
1 parent 695b39a commit 90d2ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlinkcheck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"timeout": "20s",
2525
"retryOn429": true,
2626
"retryCount": 5,
27-
"fallbackRetryDelay": "30s",
27+
"fallbackRetryDelay": "1s",
2828
"aliveStatusCodes": [200, 206, 429]
2929
}

0 commit comments

Comments
 (0)