Skip to content

Commit cfa5c45

Browse files
authored
Merge pull request #623 from sigmaSd/inc2
increase websocket connection timeout
2 parents ee83144 + 2857c17 commit cfa5c45

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)