feat(frontend-assist): 30s for reconnection

This commit is contained in:
ShiKhu 2022-02-27 22:14:47 +01:00
parent d8e4f78235
commit b74e9844b1

View file

@ -103,7 +103,7 @@ export default class AssistManager {
if (document.hidden && getState().calling === CallingState.NoCall) {
this.socket?.close()
}
}, 15000)
}, 30000)
} else {
inactiveTimeout && clearTimeout(inactiveTimeout)
this.socket?.open()