refactor: Improve socket reconnection interval in terminal.js

This commit is contained in:
Andras Bacsai
2024-10-02 21:24:05 +02:00
parent 66bb4e0fc1
commit ceccd093d2

View File

@@ -125,7 +125,7 @@ export function initializeTerminalComponent() {
this.reconnectInterval = null; this.reconnectInterval = null;
window.location.reload(); window.location.reload();
} }
}, 5000); }, 2000);
}, },
handleSocketMessage(event) { handleSocketMessage(event) {