mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
Decrease max retry time to three seconds
This commit is contained in:
@@ -75,7 +75,7 @@ export class Retry {
|
||||
|
||||
// Times are in seconds.
|
||||
private readonly retryMinDelay = 1;
|
||||
private readonly retryMaxDelay = 10;
|
||||
private readonly retryMaxDelay = 3;
|
||||
private readonly maxImmediateRetries = 5;
|
||||
private readonly retryExponent = 1.5;
|
||||
private blocked: string | boolean | undefined;
|
||||
|
||||
Reference in New Issue
Block a user