From ce9dedc4c928f1f0ab2b47301488ab6bba8b6332 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 29 Feb 2024 16:06:23 -0800 Subject: [PATCH] chore: tweak caching --- api/now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/now-playing.js b/api/now-playing.js index 243334d1..0cd77d15 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -58,7 +58,7 @@ export default async () => { const MUSIC_KEY = Netlify.env.get("API_KEY_LASTFM"); const headers = { "Content-Type": "application/json", - "Cache-Control": "public, s-maxage=3600, stale-while-revalidate=10800", + "Cache-Control": "public, s-maxage=360, stale-while-revalidate=1080", }; const traktRes = await fetch("https://api.trakt.tv/users/cdransf/watching", {