Skip to content

Commit

Permalink
fixup: increase buffer size to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Aug 30, 2024
1 parent c5e171d commit 4725122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/flow_control/server_flow_control_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#endif

ABSL_FLAG(std::string, target, "localhost:50051", "Server address");
ABSL_FLAG(size_t, quota, 16,
ABSL_FLAG(size_t, quota, 20,
"Resource quota (in megabytes) that defines how much memory gRPC has available for buffers");

namespace {
Expand Down

0 comments on commit 4725122

Please sign in to comment.