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.
2 parents 22afb91 + 5c77741 commit 27898b7Copy full SHA for 27898b7
src/cloud/install/installer.ts
@@ -35,7 +35,7 @@ const MAX_CONNECTION_INTERVAL_MS = 10000;
35
// in case the server is destroyed during installation, e.g.
36
// when the user cancels install.
37
const KEEPALIVE_INTERVAL_MS = 1000;
38
-const KEEPALIVE_MAX_FAILURES = 5;
+const KEEPALIVE_MAX_FAILURES = 120;
39
40
// Installs uProxy on a server, via SSH.
41
// The process is as close as possible to a manual install
0 commit comments