Skip to content

Commit

Permalink
chore: remove query retry limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 20, 2024
1 parent 9b04ae5 commit a3d4be9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/query.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { QueryClient } from '@tanstack/react-query';

export const queryClient = new QueryClient({
defaultOptions: { queries: { retry: 1 } },
});
export const queryClient = new QueryClient();

0 comments on commit a3d4be9

Please sign in to comment.