Skip to content

Commit

Permalink
refactor: 쿼리 클라이언트 retry 횟수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jun 26, 2024
1 parent e23d11a commit 0b3c644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const queryClient = new QueryClient({
refetchOnWindowFocus: true,
refetchOnMount: true,
refetchOnReconnect: true,
retry: 4,
retry: 1,
staleTime: 1000 * 60 * 5,
throwOnError: (err) => err instanceof ZodError,
},
Expand Down

0 comments on commit 0b3c644

Please sign in to comment.