Set cache-control immutable

This commit is contained in:
cel
2019-10-03 08:50:20 -04:00
parent ca9ab26ec6
commit df2a2ada6e
+1 -1
View File
@@ -489,7 +489,7 @@ function serveBlob(req, res, sbot, id, query) {
}
res.writeHead(200, {
'Cache-Control': 'public, max-age=315360000',
'Cache-Control': 'public, max-age=315360000, immutable',
'etag': etag
})