.dlc.json 845 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "^http://localhost"
  5. },
  6. {
  7. "pattern": "^https://img.shields.io/badge"
  8. },
  9. {
  10. "pattern": "/community/community.html$"
  11. }
  12. ],
  13. "replacementPatterns": [
  14. {
  15. "pattern": "^/en-us/download/download.html$",
  16. "replacement": "https://dolphinscheduler.apache.org/en-us/download/download.html"
  17. },
  18. {
  19. "pattern": "^/zh-cn/download/download.html$",
  20. "replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html"
  21. }
  22. ],
  23. "httpHeaders": [
  24. {
  25. "urls": ["https://docs.github.com/"],
  26. "headers": {
  27. "Accept-Encoding": "zstd, br, gzip, deflate"
  28. }
  29. }
  30. ],
  31. "timeout": "10s",
  32. "retryOn429": true,
  33. "retryCount": 10,
  34. "fallbackRetryDelay": "1000s",
  35. "aliveStatusCodes": [
  36. 200,
  37. 401,
  38. 0
  39. ]
  40. }