mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 19:40:19 -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