aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-07-31 21:12:45 -0700
committerGravatar GitHub <noreply@github.com>2018-07-31 21:12:45 -0700
commitbea98c3c1b32f5959e57f00bb8fd4e129531b671 (patch)
tree84d57f71bb40d9b135a94502b843089ff968bea1 /src/cpp/common
parentc3ce44e1168ee5d5f6ba4b9ddc455afeebefa200 (diff)
Revert "Restrict the number of threads in C++ sync server"
Diffstat (limited to 'src/cpp/common')
-rw-r--r--src/cpp/common/resource_quota_cc.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpp/common/resource_quota_cc.cc b/src/cpp/common/resource_quota_cc.cc
index 276e5f7954..daeb0ba171 100644
--- a/src/cpp/common/resource_quota_cc.cc
+++ b/src/cpp/common/resource_quota_cc.cc
@@ -33,8 +33,4 @@ ResourceQuota& ResourceQuota::Resize(size_t new_size) {
return *this;
}
-ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) {
- grpc_resource_quota_set_max_threads(impl_, new_max_threads);
- return *this;
-}
} // namespace grpc