Browse Source

bootstrap nodes join asap

session-estimator
Mathias Buus 3 years ago
parent
commit
32243c91d6
  1. 2
      index.js

2
index.js

@ -62,7 +62,7 @@ class DHT extends EventEmitter {
}
static bootstrapper (bind, opts) {
return new this({ bind, firewalled: false, ...opts })
return new this({ bind, firewalled: false, ephemeral: false, ...opts })
}
get id () {

Loading…
Cancel
Save