Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ruojieranyishen committed Jul 6, 2023
1 parent 2ac14c2 commit a67be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pegasus_server_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ void pegasus_server_impl::update_rocksdb_dynamic_options(
}

// doing set option
if (new_options.empty() && set_options(new_options)) {
if (!new_options.empty() && set_options(new_options)) {
LOG_INFO("Set rocksdb dynamic options success");
}
}
Expand Down

0 comments on commit a67be1b

Please sign in to comment.