Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Oct 24, 2023
1 parent 071a854 commit a6d8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ Status Server::AdjustWorkerThreads() {
delta = worker_threads_.size() - new_worker_threads;
}
if (delta == 0) return Status::OK();

if (delta > 0) {
increaseWorkerThreads(delta);
LOG(INFO) << "[server] Increase worker threads to " << new_worker_threads;
Expand Down

0 comments on commit a6d8ee6

Please sign in to comment.