Skip to content

Commit

Permalink
Added pending concurrency config.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon authored Mar 29, 2021
1 parent 45d354e commit 2acfe87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ check: ## Check HTML and links
$(RUN) htmlproofer ./_book \
--allow-hash-href \
--check-html \
--typhoeus-config '{ "timeout": $(TIMEOUT), "connecttimeout": $(TIMEOUT) }' \
--typhoeus-config '{ "timeout": $(TIMEOUT), "connecttimeout": $(TIMEOUT), "max_concurrency": 1 }' \
--hydra-config '{ "max_concurrency": 1 }' \
--url-ignore "/github.com\/hyphacoop\/organizing-private/,/github.com\/issues/"

%:
Expand Down

0 comments on commit 2acfe87

Please sign in to comment.