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