fix cache time

This commit is contained in:
caranicas 2022-09-18 20:53:18 -04:00
parent fcf5c41709
commit f77d5ebfd2

View File

@ -18,6 +18,7 @@ const queryClient = new QueryClient({
refetchOnReconnect: false,
refetchOnMount: false,
staleTime: Infinity,
cacheTime: Infinity,
},
},
});