update(fix-cache-control-documentation): fixing about.md which incorrectly noted how long cache-control headers were set for

This commit is contained in:
Brian Ambielli 2018-10-22 09:06:02 -05:00 committed by Michael Jackson
parent 0bc640962c
commit 7075ebdbb9
1 changed files with 1 additions and 1 deletions

View File

@ -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