Skip to content

Commit 75fc836

Browse files
committed
chore: remove experimental mfs flag
We are going all-in with mfs and not having it behind a flag: ipfs/js-ipfs#1360 (comment)
1 parent fd7a590 commit 75fc836

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ipfsd-in-proc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class Node extends EventEmitter {
5757
this.opts.EXPERIMENTAL.pubsub = true
5858
} else if (arg === '--enable-sharding-experiment') {
5959
this.opts.EXPERIMENTAL.sharding = true
60-
} else if (arg === '--enable-mfs-experiment') {
61-
this.opts.EXPERIMENTAL.mfs = true
6260
} else if (arg.startsWith('--pass')) {
6361
this.opts.pass = arg.split(' ').slice(1).join(' ')
6462
} else {

0 commit comments

Comments
 (0)