Skip to content

Commit 27898b7

Browse files
committed
Merge branch 'master' into trevj-cloud-social-hardening
2 parents 22afb91 + 5c77741 commit 27898b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/install/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const MAX_CONNECTION_INTERVAL_MS = 10000;
3535
// in case the server is destroyed during installation, e.g.
3636
// when the user cancels install.
3737
const KEEPALIVE_INTERVAL_MS = 1000;
38-
const KEEPALIVE_MAX_FAILURES = 5;
38+
const KEEPALIVE_MAX_FAILURES = 120;
3939

4040
// Installs uProxy on a server, via SSH.
4141
// The process is as close as possible to a manual install

0 commit comments

Comments
 (0)