go-ipfs-config: feat: add graphsync option
related to https://github.com/ipfs/go-ipfs/issues/6830
Steven Allen committed
Feb 11, 2020 at 19:16 UTC
7dfdeeb04e3eb35b4e045e83dec88f23313a1ce8
1 file changed
+1
config/experiments.go
+1
@@ -4,6 +4,7 @@ type Experiments struct {
4
FilestoreEnabled bool
5
UrlstoreEnabled bool
6
ShardingEnabled bool
7
+ GraphsyncEnabled bool
8
Libp2pStreamMounting bool
9
P2pHttpProxy bool
10
QUIC bool