We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80354cc commit f3fece0Copy full SHA for f3fece0
2 files changed
src/aura/ui/js/aikariConnectionManager.js
@@ -135,8 +135,6 @@
135
);
136
137
aikariWs.onopen = () => {
138
- failedCounter = 0;
139
- isErrorOccurred = false;
140
callback(true, aikariWs);
141
};
142
src/aura/ui/pages/configSubPages/behaviourCtrl/aikariStatus.js
@@ -336,7 +336,7 @@ if (!global.__HUGO_AURA_UI_REACTIVES__.subConfig)
336
2000
337
338
}
339
- await global.__HUGO_AURA_GLOBAL__.utils.sleep(100);
+ await global.__HUGO_AURA_GLOBAL__.utils.sleep(3500);
340
await ipcRenderer.invoke(
341
`${IPC_METHOD_BASE}.retryAikariConnect`
342
0 commit comments