do not kill loader if we have pending blocks.
This commit is contained in:
parent
1ea23577e4
commit
a62d249d8e
@ -480,6 +480,9 @@ Pool.prototype._startInterval = function _startInterval() {
|
||||
if (self.chain.isFull())
|
||||
return;
|
||||
|
||||
if (self.chain.locker.pending.length > 0)
|
||||
return self._startTimer();
|
||||
|
||||
bcoin.debug('Stall recovery: loading again.');
|
||||
// self._load();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user