Skip to content

Commit

Permalink
Use compression headers for markdown link checks when querying GitHub…
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloest committed Nov 11, 2022
1 parent 9548ab8 commit 5f09ee5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206, 301, 400, 429]
"aliveStatusCodes": [200, 206, 301, 400, 429],
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}

0 comments on commit 5f09ee5

Please sign in to comment.