Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
  • Loading branch information
JaySon-Huang committed Mar 21, 2023
1 parent 3d58c17 commit 75dbe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
}
else if (disaggregated_mode == DisaggregatedMode::Compute && use_autoscaler)
{
if (!use_autoscaler_without_s3)
if (!use_autoscaler_without_s3)
{
// compute node with auto scaler, the requirements will be initted later.
storage_config.s3_config.enable(/*check_requirements*/ false, log);
Expand Down

0 comments on commit 75dbe9f

Please sign in to comment.