Skip to content

Commit

Permalink
Merge pull request dastergon#107 from tuxinaut/master
Browse files Browse the repository at this point in the history
Change max concurrency to 32 should fix dastergon#103 dastergon#105 dastergon#106
  • Loading branch information
dastergon authored Apr 8, 2021
2 parents 93521aa + 0c19c00 commit f5bd1fa
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 f5bd1fa

Please sign in to comment.