diff --git a/app/Utils/SongUtils.ts b/app/Utils/SongUtils.ts index 46d0bfd..ec41d21 100644 --- a/app/Utils/SongUtils.ts +++ b/app/Utils/SongUtils.ts @@ -192,7 +192,7 @@ export async function fetchTopArtist(): Promise { cached: new Date().toUTCString(), expiration: new Date(new Date().setMinutes(new Date().getMinutes() + 5)).toUTCString(), top: artists, - }), 'ex', 600) + }), 'ex', 300) return artists }