pool: remove failsafe.
This commit is contained in:
parent
b3ccd8a105
commit
3da4542ecb
@ -596,9 +596,6 @@ Pool.prototype.startSync = co(function* startSync() {
|
||||
yield this.connect();
|
||||
|
||||
this.syncing = true;
|
||||
|
||||
assert(this.peers.load);
|
||||
|
||||
this.sync();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user