ACTUALLY set the server thread pool

pull/837/head
Craig Tiller 10 years ago
parent a182bf12b0
commit 2eaf1596bb
  1. 2
      test/cpp/qps/server_sync.cc

@ -88,6 +88,8 @@ class SynchronousServer GRPC_FINAL : public grpc::testing::Server {
builder.RegisterService(&service_);
builder.SetThreadPool(&thread_pool_);
return builder.BuildAndStart();
}

Loading…
Cancel
Save