File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ max_cache_age = "1d"
2626threads = 6
2727
2828# Maximum number of allowed redirects [default: 10]
29- max_redirects = 10
29+ max_redirects = 20
3030
3131# Maximum number of concurrent network requests [default: 128]
3232max_concurrency = 30
@@ -37,7 +37,7 @@ max_concurrency = 30
3737user_agent = " curl/7.83.1"
3838
3939# Website timeout from connect to response finished
40- timeout = 10
40+ timeout = 20
4141
4242# Comma-separated list of accepted status codes for valid links.
4343# Omit to accept all response types.
@@ -117,6 +117,8 @@ exclude = [
117117 " system@*" ,
118118 " https://www.googletagmanager.com/gtm.js?*" ,
119119 " https://github.com/balena-io/docs/issues/new?*" ,
120+ " https://api/" ,
121+ " https://raw.githubusercontent.com/balena-os/meta-balena/$%7Bos_version_tag%7D/meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc" ,
120122 ]
121123
122124# Exclude these filesystem paths from getting checked.
You can’t perform that action at this time.
0 commit comments