Skip to content
Snippets Groups Projects
Commit 46f1e8c5 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Restore web max-age to 5 minutes (#4246)

parent 16230f32
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ router.get('*', async ctx => {
await ctx.render('base', {
img: meta.bannerUrl
});
ctx.set('Cache-Control', 'public, max-age=86400');
ctx.set('Cache-Control', 'public, max-age=300');
});
// Register router
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment