From 7dfdeeb04e3eb35b4e045e83dec88f23313a1ce8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 11 Feb 2020 19:16:27 -0800 Subject: [PATCH] go-ipfs-config: feat: add graphsync option related to https://github.com/ipfs/go-ipfs/issues/6830 --- config/experiments.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/experiments.go b/config/experiments.go index 6821ed6bc..2e14ce89a 100644 --- a/config/experiments.go +++ b/config/experiments.go @@ -4,6 +4,7 @@ type Experiments struct { FilestoreEnabled bool UrlstoreEnabled bool ShardingEnabled bool + GraphsyncEnabled bool Libp2pStreamMounting bool P2pHttpProxy bool QUIC bool