diff --git a/.config/lychee.toml b/.config/lychee.toml index 3aadc9bb218..9821a3d4320 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -2,17 +2,17 @@ # See the github actions workflows to see the inputs # https://github.com/lycheeverse/lychee/blob/2109470dc380eaf66944b6bcfa86230e0a58e58f/lychee-bin/src/options.rs#L152 -verbose = "trace" -no_progress = false +verbose = "debug" +no_progress = true exclude_path = ["./node_modules", "./docs/node_modules", "./documentation", "./target"] exclude = [ - "open-rpc.org", - "github.com", - "twitter.com", +# "open-rpc.org", + "github.com/chainsafe/forest", +# "twitter.com", # Requires CAPTCHA verification "faucet.calibnet.chainsafe-fil.io/funds.html" ] -timeout = 60 +timeout = 30 max_retries = 6 retry_wait_time = 10