aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-09-26 19:05:28 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-09-26 19:05:28 -0700
commitf4c6e43ff210c483a439f60625ebe3f15a7eb018 (patch)
tree17806b5489a5f58de6ec14ed76ea4a3caedbc7f4 /src/cpp
parent81b2bc323b79a62258c72696caa6508c4d8bed09 (diff)
fine tune the cq deadline value (temporarily)
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/server/server_cc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/server/server_cc.cc b/src/cpp/server/server_cc.cc
index 54ac25d76b..f70bdb71ba 100644
--- a/src/cpp/server/server_cc.cc
+++ b/src/cpp/server/server_cc.cc
@@ -297,7 +297,7 @@ class Server::SyncRequestManager : public GrpcRpcManager {
server_cq_(server_cq),
global_callbacks_(global_callbacks) {}
- static const int kRpcPollingTimeoutMsec = 10;
+ static const int kRpcPollingTimeoutMsec = 500;
WorkStatus PollForWork(void** tag, bool* ok) GRPC_OVERRIDE {
*tag = nullptr;