idk speed the app up maybe?

This commit is contained in:
Violet Caulfield
2025-02-17 07:34:33 -06:00
parent 2a18cde739
commit 6537a156a3

View File

@@ -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
});