diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index 423a96c1bc53b75..532191e37785dde 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -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;