Skip to content

Commit

Permalink
Update mlc_config.json
Browse files Browse the repository at this point in the history
Add exception for Chucky's blog return http 0 sometimes
  • Loading branch information
grovdata authored Nov 6, 2023
1 parent 3ce7ee6 commit 85d3593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206, 403, 429],
"aliveStatusCodes": [0, 200, 206, 403, 429],
"httpHeaders": [
{
"urls": [
Expand Down

0 comments on commit 85d3593

Please sign in to comment.