Skip to content

Commit

Permalink
updatge
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent d1862f2 commit 4802bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ DBImpl::DBImpl(const Options& raw_options, const std::string& dbname)

internal_comparator_(raw_options.comparator),
internal_filter_policy_(raw_options.filter_policy),
options_(SanitizeOptions(raw_options.nvm_option.pmem_path, &internal_comparator_,
options_(SanitizeOptions(raw_options.nvm_option.sst_path, &internal_comparator_,
&internal_filter_policy_, raw_options)),
owns_info_log_(options_.info_log != raw_options.info_log),
owns_cache_(options_.block_cache != raw_options.block_cache),
dbname_(dbname),
dbname_ssd_(raw_options.nvm_option.pmem_path),
dbname_ssd_(raw_options.nvm_option.sst_path),
//dbname_(raw_options.nvm_option.pmem_path),
mem_stall_time_(0),
L0_stop_stall_time_(0),
Expand Down

0 comments on commit 4802bb0

Please sign in to comment.