Skip to content
Closed
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
14 changes: 11 additions & 3 deletions .lychee.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
timeout = 30
retry_wait_time = 5
max_retries = 6
max_concurrency = 4
retry_wait_time = 10
max_retries = 2
max_concurrency = 2

# Global per-host defaults
host_concurrency = 2
host_request_interval = "500ms"

[hosts."github.com"]
concurrency = 1
request_interval = "1s"

# Check link anchors
include_fragments = true
Expand Down
Loading