Skip to content

Commit 3164a88

Browse files
vasco-santosdaviddias
authored andcommitted
feat: add dht experimental flag
1 parent ac22a3c commit 3164a88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ipfsd-in-proc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class InProc extends EventEmitter {
5555
this.opts.EXPERIMENTAL.sharding = true
5656
} else if (arg === '--enable-namesys-pubsub') {
5757
this.opts.EXPERIMENTAL.ipnsPubsub = true
58+
} else if (arg === '--enable-dht-experiment') {
59+
this.opts.EXPERIMENTAL.dht = true
5860
} else if (arg.startsWith('--pass')) {
5961
this.opts.pass = arg.split(' ').slice(1).join(' ')
6062
} else {

0 commit comments

Comments
 (0)