diff --git a/components/library/LibraryItemCard.tsx b/components/library/LibraryItemCard.tsx index 58aa9ad6..51a05846 100644 --- a/components/library/LibraryItemCard.tsx +++ b/components/library/LibraryItemCard.tsx @@ -68,6 +68,7 @@ export const LibraryItemCard: React.FC = ({ library, ...props }) => { }); return response.data.TotalRecordCount; }, + staleTime: 1000 * 60 * 60, }); if (!url) return null;