@cryptotaxi247 / kubo / commits / 53ceee47a

go-ipfs-config: Corenet API: Apply suggestions, cleanups

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed May 28, 2017 at 23:36 UTC 53ceee47a91fefdc67bf1e630b1a2f29387aa767
1 file changed +3 -2
config/experiments.go
+3 -2
@@ -1,6 +1,7 @@
1 package config
2
3 type Experiments struct {
4 - FilestoreEnabled bool
5 - ShardingEnabled bool
4 + FilestoreEnabled bool
5 + ShardingEnabled bool
6 + Libp2pStreamMounting bool
7 }