From b0ff18dbf048c3127a4a6b0d4ce9dbece4ae3f1c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 8 May 2023 03:46:35 -0400 Subject: [PATCH] htmltest: bump up the cache expiry delay (#2668) --- .htmltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htmltest.yml b/.htmltest.yml index df69503b5d49..7ac78144ab55 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -1,4 +1,4 @@ -CacheExpires: 2200h # ~ 3 months +CacheExpires: 4400h # ~ 6 months DirectoryPath: public IgnoreDirectoryMissingTrailingSlash: true IgnoreAltMissing: true