Skip to content

Commit 2857c17

Browse files
committed
increase websocket connection timeout
1 parent ee83144 commit 2857c17

File tree

2 files changed

+1385
-1385
lines changed

2 files changed

+1385
-1385
lines changed

bridge/webui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class WebuiBridge {
213213
if (!this.#wsWasConnected) {
214214
this.#showWarning('Failed to connect to the backend application');
215215
}
216-
}, 1500);
216+
}, 5000);
217217
}
218218
// Methods
219219
#close(reason = 0, value = '') {

0 commit comments

Comments
 (0)