go-ipfs-config: add global config switch for sharding

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-03-22 16:09:34 -07:00
parent b40ebf10c3
commit 4d73fe8b42

View File

@ -2,4 +2,5 @@ package config
type Experiments struct {
FilestoreEnabled bool
ShardingEnabled bool
}