mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 05:17:49 +08:00
add measure layer to badgerds profile defaults
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
152a9fa866
commit
526a0acc10
@ -43,8 +43,12 @@ var ConfigProfiles = map[string]func(*Config) error{
|
||||
},
|
||||
"badgerds": func(c *Config) error {
|
||||
c.Datastore.Spec = map[string]interface{}{
|
||||
"type": "badgerds",
|
||||
"path": "badgerds",
|
||||
"type": "measure",
|
||||
"prefix": "badger.datastore",
|
||||
"child": map[string]interface{}{
|
||||
"type": "badgerds",
|
||||
"path": "badgerds",
|
||||
},
|
||||
}
|
||||
return nil
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user