mirror of
https://github.com/tooot-app/app
synced 2025-02-09 00:18:38 +01:00
Fixed #542
This commit is contained in:
parent
e7fb9ed452
commit
1a069d5acc
@ -1,5 +1,5 @@
|
|||||||
import { QueryClient } from 'react-query'
|
import { QueryClient } from 'react-query'
|
||||||
|
|
||||||
const queryClient = new QueryClient()
|
const queryClient = new QueryClient({ defaultOptions: { queries: { staleTime: 1000 * 60 * 5 } } })
|
||||||
|
|
||||||
export default queryClient
|
export default queryClient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user