Files
2024-08-27 10:44:04 +08:00

21 lines
288 B
JSON

{
"ignorePatterns": [
{
"pattern": "^(?!http).*"
},
{
"pattern": "!\\[.*\\]\\((?!http).*\\)"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
"fallbackRetryDelay": "1000s",
"aliveStatusCodes": [
0,
200,
401,
403
]
}