Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
chore: omitempty Experimental.ShardingEnabled
Browse files Browse the repository at this point in the history
We switch to autosharding setup in
ipfs/kubo#8527
  • Loading branch information
lidel committed Nov 23, 2021
1 parent b051d1b commit 96e4a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
type Experiments struct {
FilestoreEnabled bool
UrlstoreEnabled bool
ShardingEnabled bool
ShardingEnabled bool `json:",omitempty"` // deprecated by autosharding: https://github.com/ipfs/go-ipfs/pull/8527
GraphsyncEnabled bool
Libp2pStreamMounting bool
P2pHttpProxy bool
Expand Down

0 comments on commit 96e4a09

Please sign in to comment.