Compare commits
No commits in common. "8959c644e3bbe3b4e018d874d781b40eae85406f" and "1158bd72c6be8a713c062ef36dac3864118398a7" have entirely different histories.
8959c644e3
...
1158bd72c6
|
@ -277,7 +277,6 @@ class DHTCache extends events_1.default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.emit("bootstrapped");
|
this.emit("bootstrapped");
|
||||||
this.bootstrapped = true;
|
|
||||||
this._recalculate();
|
this._recalculate();
|
||||||
}
|
}
|
||||||
_getBootstrapInfo() {
|
_getBootstrapInfo() {
|
||||||
|
|
|
@ -357,7 +357,7 @@ export default class DHTCache extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.emit("bootstrapped");
|
this.emit("bootstrapped");
|
||||||
this.bootstrapped = true;
|
|
||||||
this._recalculate();
|
this._recalculate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue