update(fix-cache-control-documentation): fixing about.md which incorrectly noted how long cache-control headers were set for
This commit is contained in:
parent
0bc640962c
commit
7075ebdbb9
|
@ -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.
|
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
|
### Abuse
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue