Dev 1.4.0 #138

Merged
LukeGus merged 13 commits from dev-1.4.0 into main 2025-09-01 05:11:26 +00:00
Showing only changes of commit 8058ffd217 - Show all commits
+2 -2
View File
@@ -137,7 +137,7 @@ wss.on('connection', (ws: WebSocket) => {
ws.send(JSON.stringify({type: 'error', message: 'SSH connection timeout'})); ws.send(JSON.stringify({type: 'error', message: 'SSH connection timeout'}));
cleanupSSH(connectionTimeout); cleanupSSH(connectionTimeout);
} }
}, 15000); }, 60000);
sshConn.on('ready', () => { sshConn.on('ready', () => {
clearTimeout(connectionTimeout); clearTimeout(connectionTimeout);
@@ -217,7 +217,7 @@ wss.on('connection', (ws: WebSocket) => {
username, username,
keepaliveInterval: 30000, keepaliveInterval: 30000,
keepaliveCountMax: 3, keepaliveCountMax: 3,
readyTimeout: 10000, readyTimeout: 60000,
tcpKeepAlive: true, tcpKeepAlive: true,
tcpKeepAliveInitialDelay: 30000, tcpKeepAliveInitialDelay: 30000,