We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8f58f commit bba2b43Copy full SHA for bba2b43
apps/web/src/hooks/useSubscription.ts
@@ -30,7 +30,7 @@ export function useSubscription() {
30
refetchOnWindowFocus: false,
31
refetchOnMount: true,
32
staleTime: 5 * 60 * 1000, // Consider data fresh for 5 minutes
33
- cacheTime: 10 * 60 * 1000, // Keep in cache for 10 minutes
+ gcTime: 10 * 60 * 1000, // Keep in cache for 10 minutes
34
});
35
36
useEffect(() => {
0 commit comments