-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmlc_config.json
More file actions
37 lines (37 loc) · 602 Bytes
/
mlc_config.json
File metadata and controls
37 lines (37 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"ignorePatterns": [
{
"pattern": "^https://php.net"
},
{
"pattern": "^https://codepen.io"
},
{
"pattern": "^https://app.fossa.com/api/projects/"
},
{
"pattern": "^https://www.g2.com/products/"
},
{
"pattern": "^https://www.linkedin.com/in/timgeniebernhard/"
}
],
"httpHeaders": [
{
"urls": [
"*"
],
"headers": {
"Accept": "*/*"
}
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
200,
206
]
}