pull/36967/head
Craig Tiller 9 months ago
parent 8f7cffcd5c
commit ffcf7f5064
  1. 2
      test/cpp/end2end/resource_quota_end2end_stress_test.cc

@ -52,7 +52,7 @@ namespace testing {
namespace {
constexpr int kResourceQuotaSizeBytes = 1024 * 1024;
constexpr int kPayloadSizeBytes = 1024 * 1024;
constexpr int kNumParallelChannels = 1024;
constexpr int kNumParallelChannels = 10;
} // namespace
class EchoClientUnaryReactor : public grpc::ClientUnaryReactor {

Loading…
Cancel
Save