Skip to content

Commit f23fc33

Browse files
committed
Lower concurrency of link checks to avoid 429 errors
1 parent ee23f6d commit f23fc33

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

lychee.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ mode = "emoji"
1414
no_progress = true
1515

1616
# Maximum number of concurrent network requests
17-
max_concurrency = 8
17+
# Reduced to avoid rate limiting (especially for GitHub)
18+
max_concurrency = 4
19+
20+
# Number of retries for failed requests
21+
max_retries = 3
22+
23+
# Wait time between retries in seconds
24+
retry_wait_time = 2
1825

1926
# Check that fragment identifiers (hash links) exist on the target page
2027
include_fragments = true

0 commit comments

Comments
 (0)