.dlc.json 569 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "^http://localhost"
  5. },
  6. {
  7. "pattern": "^https://mvnrepository.com"
  8. },
  9. {
  10. "pattern": "^https://www.qutoutiao.net"
  11. },
  12. {
  13. "pattern": "^https://img.shields.io"
  14. },
  15. {
  16. "pattern": "^https://json.org/"
  17. },
  18. {
  19. "pattern": "^/docs/category"
  20. },
  21. {
  22. "pattern": "^https://opencollective.com"
  23. }
  24. ],
  25. "timeout": "10s",
  26. "retryOn429": true,
  27. "retryCount": 10,
  28. "fallbackRetryDelay": "1000s",
  29. "aliveStatusCodes": [
  30. 0,
  31. 200,
  32. 401,
  33. 403
  34. ]
  35. }