Skip to content

Commit 8b631ff

Browse files
authored
[skip-changelog] Relax markdown link-check timeouts (#1764)
1 parent 76fab32 commit 8b631ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdown-link-check.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"retryOn429": true,
3-
"retryCount": 3,
3+
"retryCount": 5,
4+
"timeout": "20s",
45
"aliveStatusCodes": [200, 206],
56
"ignorePatterns": [
67
{

0 commit comments

Comments
 (0)