From c3d69c77ae12d7f65f8eb677d8dd64b97a6efae2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 31 Mar 2020 05:19:59 -0400 Subject: [PATCH] increase webmanifest caching to 1 week --- static/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index 30943897..0d2be57c 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -27,11 +27,11 @@ usb 'none'; \ wake-lock 'none'; \ xr-spatial-tracking 'none'" - + Header set Cache-Control "public, max-age=1800" - + Header set Cache-Control "public, max-age=604800"