Skip to content

Commit

Permalink
remove concurrency flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Jan 8, 2025
1 parent 3d79a4b commit 668d126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci/check_for_website_dead_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ if [ "$?" -eq "0" ];
|http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*" \
--ignore-fragments \
--timeout 15 \
--buffer-size 8192 \
--concurrency 10
--buffer-size 8192
LINT_EXIT_CODE=$?

kill $HUGO_PID
Expand Down

0 comments on commit 668d126

Please sign in to comment.