From 21af06925af51f0741e9f0abf2850f629d43e393 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 22 Nov 2022 19:15:48 -0800 Subject: [PATCH] speed up broken link check --- linter-configs/htmltest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index 840fcaa..377bfb5 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -7,8 +7,8 @@ EnforceHTML5: true IgnoreAltMissing: false IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect. EnforceHTTPS: true -ExternalTimeout: 180 -HTTPConcurrencyLimit: 96 +ExternalTimeout: 20 +HTTPConcurrencyLimit: 128 IgnoreHTTPS: - "http://192.168.1" - "http://localhost:"