Skip to content

Commit

Permalink
fix: expired token
Browse files Browse the repository at this point in the history
  • Loading branch information
homocodian committed Feb 21, 2024
1 parent 3017cbd commit e12314e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/query-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ export const queryClient = new QueryClient({
refetchOnWindowFocus: false,
refetchInterval: isAutoRefresh ? 1000 * 30 : undefined,
},
mutations: {
retry: 2,
},
},
});

0 comments on commit e12314e

Please sign in to comment.