We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23fc33 commit fd12555Copy full SHA for fd12555
1 file changed
lychee.toml
@@ -15,13 +15,13 @@ no_progress = true
15
16
# Maximum number of concurrent network requests
17
# Reduced to avoid rate limiting (especially for GitHub)
18
-max_concurrency = 4
+max_concurrency = 2
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
+retry_wait_time = 5
25
26
# Check that fragment identifiers (hash links) exist on the target page
27
include_fragments = true
0 commit comments