Skip to content

Commit

Permalink
fix: set shouldResetTimeout to true for axiosRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Mar 20, 2024
1 parent fc95e94 commit eacea2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/stores/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const useEnv = defineStore('env', {

axiosRetry(axios, {
retries: 60,
shouldResetTimeout: true,
retryDelay: (retryCount) => {
return 2000;
},
Expand Down

0 comments on commit eacea2e

Please sign in to comment.