Compare commits
2 Commits
1158bd72c6
...
8959c644e3
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 8959c644e3 | |
Derrick Hammer | 67bdf54e71 |
|
@ -277,6 +277,7 @@ 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