refactor: Improve socket reconnection interval in terminal.js
This commit is contained in:
parent
66bb4e0fc1
commit
ceccd093d2
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export function initializeTerminalComponent() {
|
|||
this.reconnectInterval = null;
|
||||
window.location.reload();
|
||||
}
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
},
|
||||
|
||||
handleSocketMessage(event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue