increase disconnected-check interval timeout
This commit is contained in:
parent
612bf04423
commit
0e4413f06d
@ -251,7 +251,7 @@ export class WebsocketProvider extends Observable {
|
|||||||
// updates (which are updated every 15 seconds)
|
// updates (which are updated every 15 seconds)
|
||||||
/** @type {WebSocket} */ (this.ws).close()
|
/** @type {WebSocket} */ (this.ws).close()
|
||||||
}
|
}
|
||||||
}, 500)
|
}, messageReconnectTimeout / 10)
|
||||||
if (connect) {
|
if (connect) {
|
||||||
this.connect()
|
this.connect()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user