mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 10:25:39 +02:00
Restore web max-age to 5 minutes (#4246)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user