go-ipfs-config: add global config switch for sharding
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Mar 22, 2017 at 16:09 UTC
4d73fe8b4296f094f4785fc43dd064c8fd614eb6
1 file changed
+1
config/experiments.go
+1
@@ -2,4 +2,5 @@ package config
2
3
type Experiments struct {
4
FilestoreEnabled bool
5
+ ShardingEnabled bool
6
}