From d0dc3804387d22bb1bd10bf563ec81c9131792c8 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 21 Jun 2022 09:42:02 -0700 Subject: [PATCH] Increase cache lifetime for htmltest --- linter-configs/htmltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index 8bb5828..cce0cc9 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -1,7 +1,7 @@ DirectoryPath: "public" IgnoreDirs: - "search" -CacheExpires: "72h" # three days +CacheExpires: "96h" # four days CheckFavicon: true EnforceHTML5: true IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.