Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 39bdcac

Browse files
committed
Add config option to enable urlstore.
License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
1 parent bc9449a commit 39bdcac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

experiments.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package config
22

33
type Experiments struct {
44
FilestoreEnabled bool
5+
UrlstoreEnabled bool
56
ShardingEnabled bool
67
Libp2pStreamMounting bool
78
}

0 commit comments

Comments
 (0)