Skip to content

Commit

Permalink
Update jekyll-link-checker to limit concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Aug 12, 2024
1 parent 2b9234c commit 6875116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
--no-check-external-hash \
--allow-missing-href \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate"}' \
--hydra '{"max_concurrency": 2}' \
--hydra '{"max_concurrency": 1}' \
--ignore-files "${IGNORE_FILES}" \
--ignore-urls "${IGNORE_URLS}" \
--swap-urls "${SWAP_URLS}" \
Expand Down

0 comments on commit 6875116

Please sign in to comment.