Merge branch 'master' into firebase-hosting
This commit is contained in:
@ -56,7 +56,7 @@ export default function showStats(req, res) {
|
||||
stats => {
|
||||
res
|
||||
.set({
|
||||
'Cache-Control': 'public, max-age=60',
|
||||
'Cache-Control': 'public, max-age=3600', // 1 hour
|
||||
'Cache-Tag': 'stats'
|
||||
})
|
||||
.send(stats);
|
||||
|
Reference in New Issue
Block a user