From 6537a156a31307a77d6f704b2f2fabbf5c57e100 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 17 Feb 2025 07:34:33 -0600 Subject: [PATCH] idk speed the app up maybe? --- components/Global/components/blurhashed-image.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Global/components/blurhashed-image.tsx b/components/Global/components/blurhashed-image.tsx index 03bd4708..a88edd6e 100644 --- a/components/Global/components/blurhashed-image.tsx +++ b/components/Global/components/blurhashed-image.tsx @@ -32,7 +32,6 @@ export default function BlurhashedImage({ Math.ceil(height ?? width / 100) * 100 // So these keys need to match ], queryFn: () => fetchItemImage(item.AlbumId ? item.AlbumId : item.Id!, type ?? ImageType.Primary, width, height ?? width), - gcTime: (1000 * 60) * 5, // 5 minutes, these are stored on disk anyways retry: 1 });