Skip to content

Commit fd12555

Browse files
committed
Even lower concurrency. Still getting 429s
1 parent f23fc33 commit fd12555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ no_progress = true
1515

1616
# Maximum number of concurrent network requests
1717
# Reduced to avoid rate limiting (especially for GitHub)
18-
max_concurrency = 4
18+
max_concurrency = 2
1919

2020
# Number of retries for failed requests
2121
max_retries = 3
2222

2323
# Wait time between retries in seconds
24-
retry_wait_time = 2
24+
retry_wait_time = 5
2525

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

0 commit comments

Comments
 (0)