Browse Source

[doc][ci] Add http header to avoid github 403 in dlc (#12509) (#12793)

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3.0.2-release
Eric Gao 2 years ago committed by GitHub
parent
commit
bba3fd93b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .dlc.json

8
.dlc.json

@ -20,6 +20,14 @@
"replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html"
}
],
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,

Loading…
Cancel
Save