mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
CI: Fix syntax error in lychee URL checker
fixes: #20040 Signed-off-by: svardew <svardew@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
1de887681d
commit
807f2cd789
+1
-1
@@ -13,7 +13,7 @@ extensions = ["c", "h", "md", "html", "txt"]
|
||||
accept = ["100..=103", "200..=299", "429"]
|
||||
|
||||
# Retry each request a few times on transient network errors
|
||||
retries = 2
|
||||
max_retries = 2
|
||||
retry_wait_time = 2
|
||||
|
||||
# Timeout per request in seconds
|
||||
|
||||
Reference in New Issue
Block a user