Skip to content

Commit

Permalink
config: increase default value of rpc_client_connections_per_peer to 32
Browse files Browse the repository at this point in the history
(cherry picked from commit 026323c)
  • Loading branch information
ballard26 authored and vbotbuildovich committed Feb 7, 2024
1 parent 69962d3 commit 80a9bc7
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 80a9bc7

Please sign in to comment.