This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

avatar: bump cache-control expiry to 12h

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

author
Anirudh Oppiliappan
date (May 27, 2025, 1:41 PM +0300) commit 604d1b72 parent 5ddc9dfd change-id wqvqqzvq
+1 -1
+1 -1
avatar/src/index.js
··· 73 73 response = new Response(avatarData, { 74 74 headers: { 75 75 'Content-Type': contentType, 76 - 'Cache-Control': 'public, max-age=3600', 76 + 'Cache-Control': 'public, max-age=43200', // 12 h 77 77 }, 78 78 }); 79 79