We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3325026 + be89eed commit 21b8f4cCopy full SHA for 21b8f4c
docs/pages/configuration.mdx
@@ -35,7 +35,7 @@ Supabase Cache Helpers does a decent job at keeping your data up-to-date. This a
35
queries: {
36
refetchOnWindowFocus: false,
37
staleTime: Infinity,
38
- cacheTime: Infinity,
+ gcTime: Infinity,
39
},
40
41
});
0 commit comments