We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f2c2a commit e0a5c31Copy full SHA for e0a5c31
test/cpp/end2end/thread_stress_test.cc
@@ -43,7 +43,7 @@
43
using grpc::testing::EchoRequest;
44
using grpc::testing::EchoResponse;
45
46
-const int kNumThreads = 100; // Number of threads
+const int kNumThreads = 300; // Number of threads
47
const int kNumAsyncSendThreads = 2;
48
const int kNumAsyncReceiveThreads = 50;
49
const int kNumAsyncServerThreads = 50;
0 commit comments