We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4565ed4 commit 4dcac19Copy full SHA for 4dcac19
src/config.ts
@@ -31,7 +31,8 @@ export default (): ConfigInstance => {
31
showFriendlyErrorStack: true,
32
maxRetriesPerRequest: null,
33
enableOfflineQueue: false,
34
- retryStrategy: (times) => Math.min(times * 1_000, 10_000),
+ // retryStrategy: (times) => Math.min(times * 1_000, 10_000),
35
+ retryStrategy: null,
36
},
37
38
};
0 commit comments