Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangheihei committed Sep 9, 2024
1 parent fa2995f commit 893e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/http/action/update_config_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Status UpdateConfigAction::update_config(const std::string& name, const std::str
LOG(WARNING) << "Failed to update datacache disk spaces";
return st;
}
Status st = BlockCache::instance()->adjust_disk_spaces(spaces);
st = BlockCache::instance()->adjust_disk_spaces(spaces);
return st;
});
_config_callback.emplace("datacache_disk_path", _config_callback["datacache_disk_size"]);
Expand Down

0 comments on commit 893e8d8

Please sign in to comment.