Skip to content

Commit

Permalink
feat(zimbra): disable refetch & retries by default
Browse files Browse the repository at this point in the history
ref: MANAGER-16089

Signed-off-by: Tristan WAGNER <[email protected]>
  • Loading branch information
tristanwagner committed Dec 13, 2024
1 parent 2e74e05 commit ec0bbb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/manager/apps/zimbra/src/queryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const queryClient = new QueryClient({
defaultOptions: {
queries: {
staleTime: 300_000,
retry: false,
refetchOnReconnect: false,
refetchOnWindowFocus: false,
},
},
});
Expand Down

0 comments on commit ec0bbb4

Please sign in to comment.