mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
change cache to 1hr and must-revalidate
This commit is contained in:
@@ -31,5 +31,5 @@ module.exports = {
|
|||||||
|
|
||||||
// Cache-Control header, check Vercel documentation for more details.
|
// Cache-Control header, check Vercel documentation for more details.
|
||||||
// https://vercel.com/docs/concepts/edge-network/caching
|
// https://vercel.com/docs/concepts/edge-network/caching
|
||||||
cacheControlHeader: 'max-age=0, s-maxage=600, stale-while-revalidate=59'
|
cacheControlHeader: 'max-age=0, s-maxage=3600, must-revalidate'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user