We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb557 commit 43c7624Copy full SHA for 43c7624
.lychee.toml
@@ -0,0 +1,17 @@
1
+# Maximum number of allowed retries before a link is declared dead.
2
+max_retries = 5
3
+
4
+# Don't show interactive progress bar while checking links.
5
+no_progress = true
6
7
+# Website timeout from connect to response finished.
8
+timeout = 20
9
10
+# Minimum wait time in seconds between retries of failed requests.
11
+retry_wait_time = 4
12
13
+# Comma-separated list of accepted status codes for valid links.
14
+# accept = ["200", "206", "403", "429"]
15
+accept = ["200", "429"]
16
17
+verbose = "error"
0 commit comments