mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
refactor: Improve socket reconnection interval in terminal.js
This commit is contained in:
@@ -125,7 +125,7 @@ export function initializeTerminalComponent() {
|
||||
this.reconnectInterval = null;
|
||||
window.location.reload();
|
||||
}
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
},
|
||||
|
||||
handleSocketMessage(event) {
|
||||
|
||||
Reference in New Issue
Block a user