increase disconnected-check interval timeout

This commit is contained in:
Kevin Jahns 2020-04-02 11:50:46 +02:00
parent 612bf04423
commit 0e4413f06d

View File

@ -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()
} }