Skip to content

Commit 76b3d48

Browse files
MozoLM Developerscopybara-github
MozoLM Developers
authored andcommitted
No public description
PiperOrigin-RevId: 686542616
1 parent a5a7846 commit 76b3d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozolm/grpc/server_async_impl.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ absl::Status ServerAsyncImpl::BuildAndStart(
239239
// Initialize asynchronous request handlers.
240240
// TODO: Complete.
241241
if (async_pool_size > 0) {
242-
async_pool_ = std::make_unique<nisaba::ThreadPool>(async_pool_size);
242+
async_pool_ = nisaba::ThreadPool::CreateForMigration(async_pool_size);
243243
async_pool_->StartWorkers();
244244
} else {
245245
async_pool_ = nullptr;

0 commit comments

Comments
 (0)