mirror of
https://github.com/tooot-app/app
synced 2025-02-02 11:36:56 +01:00
Fixed #542
This commit is contained in:
parent
e7fb9ed452
commit
1a069d5acc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user