forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

avatar: bump cache-control expiry to 12h

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi 604d1b72 5ddc9dfd

verified
Changed files
+1 -1
avatar
src
+1 -1
avatar/src/index.js
···
response = new Response(avatarData, {
headers: {
'Content-Type': contentType,
-
'Cache-Control': 'public, max-age=3600',
+
'Cache-Control': 'public, max-age=43200', // 12 h
},
});