Updated exponential fallback to retry 10 times for up to 68.2 minutes

master
j 2024-03-23 13:54:03 -04:00
parent 3c117abbd3
commit 657b11e36b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class SessionManager {
this.wrapAxiosInstance(this.axiosInstance);
axiosRetry(this.axiosInstance, {
retries: 3,
retries: 10,
retryDelay: this.retryDelayStrategy,
retryCondition: this.retryCondition,
});