We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d23379 commit 70958c1Copy full SHA for 70958c1
src/db/peerstore.go
@@ -22,8 +22,8 @@ var (
22
// TODO: put it into a config-variable
23
ExportLoopTime time.Duration = 1 * time.Minute
24
// DB config-options (TODO: unnecessary so far, we just have 2 of them)
25
- BoltDBKey string = "BoltDB"
26
- MemoryKey string = "Memory"
+ BoltDBKey string = "bolt"
+ MemoryKey string = "memory"
27
DBTypes map[string]string = map[string]string{
28
BoltDBKey: "bolt",
29
MemoryKey: "memory",
0 commit comments