feat(frontend-assist): 30s for reconnection
This commit is contained in:
parent
d8e4f78235
commit
b74e9844b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue