Skip to content

Commit

Permalink
remove additional react-query option
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 22, 2024
1 parent bc4f567 commit 2dca3da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/query/reactQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { hashFn } from 'wagmi/query'
export const queryClient = new QueryClient({
defaultOptions: {
queries: {
refetchOnWindowFocus: true,
refetchOnMount: true,
staleTime: 0,
gcTime: 1_000 * 60 * 60 * 24,
Expand Down

0 comments on commit 2dca3da

Please sign in to comment.