Skip to content

Commit

Permalink
Merge pull request #24925 from mmaslankaprv/disable-buffering-in-buff…
Browse files Browse the repository at this point in the history
…ered-protocol

r/buffered_protocol: disable buffering in raft buffered protocol
  • Loading branch information
mmaslankaprv authored Jan 24, 2025
2 parents 107c563 + 6a3eddb commit 57c3056
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 @@ -489,7 +489,7 @@ configuration::configuration()
"cannot change. When the total size of cached requests reaches the set "
"limit, back pressure is applied to throttle producers.",
{.needs_restart = needs_restart::no, .visibility = visibility::tunable},
512_KiB,
0,
{.min = 0, .max = 100_MiB})
, enable_usage(
*this,
Expand Down

0 comments on commit 57c3056

Please sign in to comment.