Files
hakorune/.github/mlc_config.json

13 lines
223 B
JSON

{
"ignorePatterns": [
{ "pattern": "^mailto:" },
{ "pattern": "^vscode:" },
{ "pattern": "^file://" }
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 2,
"aliveStatusCodes": [200, 206, 429]
}