Skip to content

Commit 2e17fa6

Browse files
committed
update DB path to match v1
1 parent d84e69a commit 2e17fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/kv/badger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewInMemory(logger *zap.Logger, options basedb.Options) (*BadgerDB, error)
4141
}
4242

4343
func createDB(logger *zap.Logger, options basedb.Options, inMemory bool) (*BadgerDB, error) {
44-
options.Path = "./data/db-main-on-stage-2024-11-21"
44+
options.Path = "./data/db-main-on-stage-2024-11-21--17"
4545

4646
// Open the Badger database located in the /tmp/badger directory.
4747
// It will be created if it doesn't exist.

0 commit comments

Comments
 (0)