Skip to content

Commit

Permalink
Update config.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Oct 8, 2024
1 parent 0519273 commit 6470487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ bool init(const char* conf_file, bool fill_conf_map, bool must_exist, bool set_t
}

if (config::is_cloud_mode()) {
auto st = config::set_config("enable_file_cache", "true", true);
auto st = config::set_config("enable_file_cache", "true", true, true);
LOG(INFO) << "set config enable_file_cache "
<< "true"
<< " " << st;
Expand Down

0 comments on commit 6470487

Please sign in to comment.