1
0
mirror of https://github.com/tooot-app/app synced 2025-02-02 11:36:56 +01:00
This commit is contained in:
xmflsct 2022-12-10 00:42:45 +01:00
parent e7fb9ed452
commit 1a069d5acc

View File

@ -1,5 +1,5 @@
import { QueryClient } from 'react-query'
const queryClient = new QueryClient()
const queryClient = new QueryClient({ defaultOptions: { queries: { staleTime: 1000 * 60 * 5 } } })
export default queryClient