Skip to content

Commit

Permalink
Change max concurrency to 32 should fix dastergon#103 dastergon#105 d…
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxinaut committed Apr 8, 2021
1 parent 93521aa commit 0c19c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --timeout 120 --no-progress *.md
args: --verbose --max-concurrency 32 --timeout 120 --no-progress *.md

- name: Create Issue From File
if: ${{ steps.lychee.outputs.exit_code != 0 }}
Expand Down

0 comments on commit 0c19c00

Please sign in to comment.