Skip to content

Commit 507ff21

Browse files
committed
Attempt to reduce 429s on GitHub
1 parent b3e0db5 commit 507ff21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--exclude '^http://192\.168\.56\.101'
3434
--exclude 'kernel\.org\/pub\/linux\/kernel'
3535
--exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar'
36-
--threads 1
36+
--max-concurrency 1
3737
- name: Save lychee cache
3838
uses: actions/cache/save@v4
3939
if: always()

0 commit comments

Comments
 (0)