Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686542616
  • Loading branch information
MozoLM Developers authored and copybara-github committed Oct 16, 2024
1 parent a5a7846 commit 76b3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozolm/grpc/server_async_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ absl::Status ServerAsyncImpl::BuildAndStart(
// Initialize asynchronous request handlers.
// TODO: Complete.
if (async_pool_size > 0) {
async_pool_ = std::make_unique<nisaba::ThreadPool>(async_pool_size);
async_pool_ = nisaba::ThreadPool::CreateForMigration(async_pool_size);
async_pool_->StartWorkers();
} else {
async_pool_ = nullptr;
Expand Down

0 comments on commit 76b3d48

Please sign in to comment.