From df2a2ada6eb755c0b52aad076d8abdcf12c14ad5 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 3 Oct 2019 08:48:46 -0400 Subject: [PATCH] Set cache-control immutable --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2f277fb..1980083 100644 --- a/index.js +++ b/index.js @@ -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 })