Skip to content

Commit f41bb30

Browse files
committed
change util to read pebble by default
1 parent 3657334 commit f41bb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/util/cmd/common/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type DBFlags struct {
1919

2020
const DefaultBadgerDir = "/var/flow/data/protocol"
2121
const DefaultPebbleDir = "/var/flow/data/protocol-pebble"
22-
const DefaultDB = "badger" // "badger|pebble"
22+
const DefaultDB = "pebble" // "badger|pebble"
2323

2424
// InitWithDBFlags initializes the command with the database flags
2525
// and sets the default values for the flags

0 commit comments

Comments
 (0)