chore: update deps

This commit is contained in:
David Dias
2017-07-20 10:20:10 -07:00
parent abe5c8c171
commit c8f4eaf982
2 changed files with 28 additions and 27 deletions

View File

@ -77,7 +77,10 @@ class Node extends EventEmitter {
// dht provided components (peerRouting, contentRouting, dht)
if (_modules.DHT) {
this._dht = new this.modules.DHT(this, 20, _options.DHT && _options.DHT.datastore)
this._dht = new this.modules.DHT(this.swarm, {
kBucketSize: 20,
datastoer: _options.DHT && _options.DHT.datastore
})
}
this.peerRouting = {