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.
1 parent d0969ba commit b35327dCopy full SHA for b35327d
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