Updated exponential fallback to retry 10 times for up to 68.2 minutes
parent
3c117abbd3
commit
657b11e36b
|
@ -40,7 +40,7 @@ class SessionManager {
|
||||||
this.wrapAxiosInstance(this.axiosInstance);
|
this.wrapAxiosInstance(this.axiosInstance);
|
||||||
|
|
||||||
axiosRetry(this.axiosInstance, {
|
axiosRetry(this.axiosInstance, {
|
||||||
retries: 3,
|
retries: 10,
|
||||||
retryDelay: this.retryDelayStrategy,
|
retryDelay: this.retryDelayStrategy,
|
||||||
retryCondition: this.retryCondition,
|
retryCondition: this.retryCondition,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue