We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d455294 commit e1be256Copy full SHA for e1be256
markdown-link-check-config.json
@@ -6,5 +6,8 @@
6
{
7
"pattern": "https?://(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?):\\d*"
8
}
9
- ]
+ ],
10
+ "aliveStatusCodes": [200, 206],
11
+ "retryCount": 3,
12
+ "retryOn429": true
13
0 commit comments