mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
go-ipfs-config: Add config option to enable urlstore.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
parent
7fded300ef
commit
ee071dbd6a
@ -2,6 +2,7 @@ package config
|
||||
|
||||
type Experiments struct {
|
||||
FilestoreEnabled bool
|
||||
UrlstoreEnabled bool
|
||||
ShardingEnabled bool
|
||||
Libp2pStreamMounting bool
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user