Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ cache = true
max_cache_age = "10m"

# Stealth
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0"
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0"
header = { "Accept" = "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", "Accept-Language" = "en-US,en;q=0.5", "Accept-Encoding" = "gzip, deflate, br" }

# Prevent 'Too Many Open Files'
max_concurrency = 32
max_concurrency = 16

# Slower retries give rate-limited servers time to cool down
retry_wait_time = 5

# Check links inside `<code>` and `<pre>` blocks and Markdown code blocks
include_verbatim = true
Expand Down