go-ipfs-config: feat: add graphsync option

related to https://github.com/ipfs/go-ipfs/issues/6830
This commit is contained in:
Steven Allen 2020-02-11 19:16:27 -08:00
parent 357e86de16
commit 7dfdeeb04e

View File

@ -4,6 +4,7 @@ type Experiments struct {
FilestoreEnabled bool
UrlstoreEnabled bool
ShardingEnabled bool
GraphsyncEnabled bool
Libp2pStreamMounting bool
P2pHttpProxy bool
QUIC bool