Skip to content

Commit

Permalink
remove hack that was automatically enabling the experimental dht client
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed May 13, 2021
1 parent 1781365 commit acbd82f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/node/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ func IPFS(ctx context.Context, bcfg *BuildCfg) fx.Option {
return bcfgOpts // error
}

cfg.Experimental.AcceleratedDHTClient = true // TODO: Hack for testing

// TEMP: setting global sharding switch here
uio.UseHAMTSharding = cfg.Experimental.ShardingEnabled

Expand Down

0 comments on commit acbd82f

Please sign in to comment.