Skip to content

Commit

Permalink
Fix regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyMarsh committed Aug 12, 2024
1 parent 6645a6f commit 7328f34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .mcl_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ignorePatterns": [
{
"pattern": "^https?://www.turing.ac.uk/.*"
}
],
"timeout": "180s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
200,
206
]
}

0 comments on commit 7328f34

Please sign in to comment.