Skip to content

Commit

Permalink
fix: remove relay and mfs from experimental (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Mar 20, 2019
1 parent ef60b1d commit c42c960
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/ipfsd-in-proc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,7 @@ class InProc extends EventEmitter {

this.opts.EXPERIMENTAL = defaultsDeep({}, opts.EXPERIMENTAL, {
pubsub: false,
sharding: false,
relay: {
enabled: false,
hop: {
enabled: false
}
},
mfs: false
sharding: false
})

this.opts.args.forEach((arg) => {
Expand Down

0 comments on commit c42c960

Please sign in to comment.