Skip to content

Commit ceccd09

Browse files
committed
refactor: Improve socket reconnection interval in terminal.js
1 parent 66bb4e0 commit ceccd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/terminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function initializeTerminalComponent() {
125125
this.reconnectInterval = null;
126126
window.location.reload();
127127
}
128-
}, 5000);
128+
}, 2000);
129129
},
130130

131131
handleSocketMessage(event) {

0 commit comments

Comments
 (0)