We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d51c7 commit 76dd347Copy full SHA for 76dd347
src/config.ts
@@ -31,7 +31,7 @@ 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
},
36
37
};
0 commit comments