diff --git a/lychee.toml b/lychee.toml index af72f05..05338ef 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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 `` and `
` blocks and Markdown code blocks
 include_verbatim = true