Skip to content

Commit

Permalink
Attempt to igore twitter links during checking, for digipres#15.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Apr 10, 2024
1 parent d9597da commit 8c76b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
"aliveStatusCodes": [200, 206],
"ignorePatterns": [
{
"pattern": "^https://twitter.com/"
}
]
}

0 comments on commit 8c76b72

Please sign in to comment.