Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 5dce11c commit e971f83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
Set SSD path: /Thanoskv/include/leveldb/nvm_option.h
``` -->

### Benchmarking





### Set nvm version
Expand Down
1 change: 1 addition & 0 deletions db/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ static int TableCacheSize(const Options& sanitized_options) {
}

// DBImpl::DBImpl(const Options& raw_options, const std::string& dbname_disk, const std::string& dbname_mem)
// if you want to change the dbpath, you should change the dbpath in theDBImpl::DBImpl()
DBImpl::DBImpl(const Options& raw_options, const std::string& dbname)
: env_(raw_options.env),

Expand Down

0 comments on commit e971f83

Please sign in to comment.