We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627182e commit 9680f33Copy full SHA for 9680f33
packages/ide/src/retry.ts
@@ -75,7 +75,7 @@ export class Retry {
75
76
// Times are in seconds.
77
private readonly retryMinDelay = 1;
78
- private readonly retryMaxDelay = 10;
+ private readonly retryMaxDelay = 3;
79
private readonly maxImmediateRetries = 5;
80
private readonly retryExponent = 1.5;
81
private blocked: string | boolean | undefined;
0 commit comments