@cryptotaxi247 / kubo / commits / ee071dbd6

go-ipfs-config: Add config option to enable urlstore.

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Jun 23, 2018 at 17:03 UTC ee071dbd6a09736844b19f322e70303bb792b3e9
1 file changed +1
config/experiments.go
+1
@@ -2,6 +2,7 @@ package config
2
3 type Experiments struct {
4 FilestoreEnabled bool
5 + UrlstoreEnabled bool
6 ShardingEnabled bool
7 Libp2pStreamMounting bool
8 }