This commit is contained in:
a 2024-05-31 16:57:13 +02:00
parent a3bd0dfe0a
commit c982bb11eb

4
App.js
View File

@ -35,6 +35,10 @@ const queryClient = new QueryClient({
queries: { queries: {
gcTime: 1000 * 60 * 60 * 24, // 24 hours gcTime: 1000 * 60 * 60 * 24, // 24 hours
}, },
mutations: {
cacheTime: Infinity,
retry: true,
},
}, },
}); });