diff --git a/.github/mlc_config.json b/.github/mlc_config.json new file mode 100644 index 0000000..08b05e1 --- /dev/null +++ b/.github/mlc_config.json @@ -0,0 +1,19 @@ +{ + "aliveStatusCodes": [ + 429, + 200 + ], + "httpHeaders": [ + { + "urls": [ + "https://github.com/", + "https://guides.github.com/", + "https://help.github.com/", + "https://docs.github.com/" + ], + "headers": { + "Accept-Encoding": "zstd, br, gzip, deflate" + } + } + ] +} \ No newline at end of file