mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-30 18:30:47 -06:00
idk speed the app up maybe?
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user