Skip to content

Commit

Permalink
Config: #169 react query client 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Sep 30, 2024
1 parent 516fc12 commit bd7395d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/query/queryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const queryClientOptions: QueryClientConfig = {
refetchOnMount: true,
refetchOnReconnect: true,
refetchOnWindowFocus: true,
refetchInterval: 5 * MINUTE,
retry: 3,
},
},
Expand Down

0 comments on commit bd7395d

Please sign in to comment.