.dlc.json 875 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "pattern": "^https://dolphinscheduler.apache.org"
  14. }
  15. ],
  16. "replacementPatterns": [
  17. {
  18. "pattern": "^/en-us/download/download.html$",
  19. "replacement": "https://dolphinscheduler.apache.org/en-us/download"
  20. },
  21. {
  22. "pattern": "^/zh-cn/download/download.html$",
  23. "replacement": "https://dolphinscheduler.apache.org/zh-cn/download"
  24. }
  25. ],
  26. "httpHeaders": [
  27. {
  28. "urls": ["https://docs.github.com/"],
  29. "headers": {
  30. "Accept-Encoding": "zstd, br, gzip, deflate"
  31. }
  32. }
  33. ],
  34. "timeout": "10s",
  35. "retryOn429": true,
  36. "retryCount": 10,
  37. "fallbackRetryDelay": "1000s",
  38. "aliveStatusCodes": [200, 401, 403, 0]
  39. }