Skip to content

Commit

Permalink
Be less agressive with KB server
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 31, 2023
1 parent a955fa7 commit 4f77a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --timeout 20 --no-progress kb_urls.txt
args: --verbose --timeout 20 --no-progress --max-concurrency 10 kb_urls.txt
fail: true

0 comments on commit 4f77a16

Please sign in to comment.