diff --git a/.github/workflows/jekyll-link-checker.yml b/.github/workflows/jekyll-link-checker.yml index 31459cb..bcd5218 100644 --- a/.github/workflows/jekyll-link-checker.yml +++ b/.github/workflows/jekyll-link-checker.yml @@ -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}" \