Skip to content

Commit

Permalink
[fix] fix enable_file_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Oct 2, 2024
1 parent d61a23d commit ff79d39
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 @@ -1690,7 +1690,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 ff79d39

Please sign in to comment.