From 53ceee47a91fefdc67bf1e630b1a2f29387aa767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Sun, 28 May 2017 23:36:37 +0200 Subject: [PATCH] go-ipfs-config: Corenet API: Apply suggestions, cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- config/experiments.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/experiments.go b/config/experiments.go index 8eb942b39..f76572ee2 100644 --- a/config/experiments.go +++ b/config/experiments.go @@ -1,6 +1,7 @@ package config type Experiments struct { - FilestoreEnabled bool - ShardingEnabled bool + FilestoreEnabled bool + ShardingEnabled bool + Libp2pStreamMounting bool }