From 96448862435a04a88a271ef22b1f676d70f97a81 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 10 Mar 2026 08:26:29 +0000 Subject: [PATCH] fix: reduce lychee retries to avoid compounding GitHub 429s Signed-off-by: Gregor Zeitlinger --- .github/config/lychee.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 864350fb5..0f338a7d3 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -2,8 +2,8 @@ # See https://lychee.cli.rs/config/ timeout = 30 -retry_wait_time = 5 -max_retries = 6 +retry_wait_time = 10 +max_retries = 2 max_concurrency = 4 # Check link anchors