Skip to content

Commit

Permalink
update DB path to match v1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Nov 21, 2024
1 parent d84e69a commit 2e17fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/kv/badger.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewInMemory(logger *zap.Logger, options basedb.Options) (*BadgerDB, error)
}

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

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

0 comments on commit 2e17fa6

Please sign in to comment.