Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ max_cache_age = "1d"
threads = 6

# Maximum number of allowed redirects [default: 10]
max_redirects = 10
max_redirects = 20

# Maximum number of concurrent network requests [default: 128]
max_concurrency = 30
Expand All @@ -37,7 +37,7 @@ max_concurrency = 30
user_agent = "curl/7.83.1"

# Website timeout from connect to response finished
timeout = 10
timeout = 20

# Comma-separated list of accepted status codes for valid links.
# Omit to accept all response types.
Expand Down Expand Up @@ -117,6 +117,8 @@ exclude = [
"system@*",
"https://www.googletagmanager.com/gtm.js?*",
"https://github.com/balena-io/docs/issues/new?*",
"https://api/",
"https://raw.githubusercontent.com/balena-os/meta-balena/$%7Bos_version_tag%7D/meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc",
]

# Exclude these filesystem paths from getting checked.
Expand Down