Skip to content

Commit 8351844

Browse files
committed
Limit concurrent requests more
Strongly limit concurrent requests to avoid rate limiting errors (429)
1 parent 01b0ea7 commit 8351844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v1
1717
with:
18-
args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 32
18+
args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
1919
fail: true
2020
env:
2121
CLICOLOR_FORCE: 1

0 commit comments

Comments
 (0)