Skip to content

Commit

Permalink
Merge pull request #16 from anjackson/main
Browse files Browse the repository at this point in the history
Attempt to igore twitter links during checking, for #15.
  • Loading branch information
anjackson committed Apr 10, 2024
2 parents d9597da + 8c76b72 commit 25b1d8d
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 25b1d8d

Please sign in to comment.