From 7075ebdbb9b59628303a9e5928d7d9d20ab9a2da Mon Sep 17 00:00:00 2001 From: Brian Ambielli Date: Mon, 22 Oct 2018 09:06:02 -0500 Subject: [PATCH] update(fix-cache-control-documentation): fixing about.md which incorrectly noted how long cache-control headers were set for --- modules/client/main/About.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/main/About.md b/modules/client/main/About.md index 22193be..27f52bb 100644 --- a/modules/client/main/About.md +++ b/modules/client/main/About.md @@ -19,7 +19,7 @@ The CDN caches files based on their permanent URL, which includes the npm packag URLs that do not specify a package version number redirect to one that does. This is the `latest` version when no version is specified, or the `maxSatisfying` version when a [semver version](https://github.com/npm/node-semver) is given. Redirects are cached for 5 minutes. -Browsers are instructed (via the `Cache-Control` header) to cache assets for 4 hours. +Browsers are instructed (via the `Cache-Control` header) to cache assets for 1 year. ### Abuse