Skip to content

Commit

Permalink
Merge pull request #24184 from redpanda-data/stephan/up-internal-rpc-…
Browse files Browse the repository at this point in the history
…conn-limit

rpc: Change max internal rpc connection count limit
  • Loading branch information
piyushredpanda authored Nov 21, 2024
2 parents a91f6cb + 7fdea56 commit 3ad15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ configuration::configuration()
"The maximum number of connections a broker will open to each of its "
"peers.",
{.example = "8"},
32,
128,
{.min = 8})
, rpc_server_compress_replies(
*this,
Expand Down

0 comments on commit 3ad15aa

Please sign in to comment.