Skip to content

Commit

Permalink
Merge pull request #16531 from vbotbuildovich/backport-pr-16527-v23.3…
Browse files Browse the repository at this point in the history
….x-906

[v23.3.x] Increase default value of `rpc_client_connections_per_peer` to 32
  • Loading branch information
piyushredpanda authored Feb 8, 2024
2 parents 69962d3 + 80a9bc7 commit 2c0d4bc
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 @@ -141,7 +141,7 @@ configuration::configuration()
"The maximum number of connections a broker will open to each of its "
"peers",
{.example = "8"},
8,
32,
{.min = 8})
, enable_coproc(*this, "enable_coproc")
, coproc_max_inflight_bytes(*this, "coproc_max_inflight_bytes")
Expand Down

0 comments on commit 2c0d4bc

Please sign in to comment.