Skip to content

Commit

Permalink
feat: 리액트 쿼리 포커스 시 Refetching 비활성화 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
soosoo22 authored Sep 6, 2024
1 parent 6923216 commit 0a7bd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const queryClient = new QueryClient({
queries: {
throwOnError: true,
retry: retryFunction,
refetchOnWindowFocus: false,
},
mutations: {
throwOnError: true,
Expand Down

0 comments on commit 0a7bd2a

Please sign in to comment.