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
10 changes: 7 additions & 3 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Lychee link-checker configuration.
# https://lychee.cli.rs/configuration/

max_retries = 2
retry_wait_time = 2
timeout = 20
# Generous because a timeout counts as a failure and fails the whole run, even
# though lychee reports it separately from errors. www.authelia.com answers in
# well under a second from an ordinary client but intermittently stalls when
# asked from an Actions runner, which is what every red run so far has been.
max_retries = 3
retry_wait_time = 3
timeout = 45
no_progress = true

# 2xx is fine; 403 and 429 usually mean the host rate-limited an
Expand Down
Loading