Webpack build for branch master: 26069a44e2

This commit is contained in:
Travis CI 2017-04-22 20:24:41 +00:00
parent 73ef454a15
commit be7145d255
2 changed files with 2 additions and 2 deletions

View file

@ -23839,7 +23839,7 @@ class WebSocketManager extends EventEmitter {
const item = this._queue[0];
if (!(this.ws.readyState === WebSocketConnection.WebSocket.OPEN && item)) return;
if (this.remaining === 0) {
this.client.setTimeout(this.doQueue.bind(this), Date.now() + (this._remainingReset || 60e3));
this.client.setTimeout(this.doQueue.bind(this), Date.now() + (this._remainingReset || 120e3));
return;
}
this._remaining--;

File diff suppressed because one or more lines are too long