From 3ad6bc49e4075dd4ee263ae1a4c0b0a0be3271ed Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Sep 2023 20:49:33 -0700 Subject: feat(feeds): decrease s-maxage --- src/routes/feeds/activity-notifications/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/feeds/activity-notifications/+server.ts b/src/routes/feeds/activity-notifications/+server.ts index 3ab0e2c7..249ba985 100644 --- a/src/routes/feeds/activity-notifications/+server.ts +++ b/src/routes/feeds/activity-notifications/+server.ts @@ -51,7 +51,7 @@ export const GET = async ({ url }) => { return new Response(render(data), { headers: { - 'Cache-Control': `max-age=0, s-max-age=${600}`, + 'Cache-Control': `max-age=0, s-max-age=${60}`, 'Content-Type': 'application/xml' } }); -- cgit v1.2.3