1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #612 from github/hydra

Throttle concurrency of html link checker
This commit is contained in:
Mike Linksvayer 2018-10-19 12:07:17 +02:00 committed by GitHub
commit 1016edfd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ task :test do
check_html: true,
validation: { ignore_script_embeds: true },
url_swap: { %r{https://choosealicense.com} => '' },
hydra: { max_concurrency: 10 },
check_img_http: true).run
end