From c7ab13d06f130960521317e9503f6d30aef88240 Mon Sep 17 00:00:00 2001 From: weil <152274067+wl2027@users.noreply.github.com> Date: Fri, 27 Jun 2025 23:31:23 +0800 Subject: [PATCH] Update lychee.toml - timeout = 30 (set timeout to 30 seconds) - retry_wait_time = 5 (wait 5 seconds between retries) --- lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lychee.toml b/lychee.toml index 698a061990de..9bead5bd3802 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,3 +1,5 @@ +timeout = 30 +retry_wait_time = 5 max_retries = 6 max_concurrency = 4