We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23f6d commit f23fc33Copy full SHA for f23fc33
1 file changed
lychee.toml
@@ -14,7 +14,14 @@ mode = "emoji"
14
no_progress = true
15
16
# Maximum number of concurrent network requests
17
-max_concurrency = 8
+# 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
25
26
# Check that fragment identifiers (hash links) exist on the target page
27
include_fragments = true
0 commit comments