forked from tangled.org/core
this repo has no description

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
··· 73 response = new Response(avatarData, { 74 headers: { 75 'Content-Type': contentType, 76 - 'Cache-Control': 'public, max-age=3600', 77 }, 78 }); 79
··· 73 response = new Response(avatarData, { 74 headers: { 75 'Content-Type': contentType, 76 + 'Cache-Control': 'public, max-age=43200', // 12 h 77 }, 78 }); 79