Skip to content

Commit

Permalink
Merge pull request redpanda-data#17979 from vbotbuildovich/backport-p…
Browse files Browse the repository at this point in the history
…r-17906-v23.3.x-942

[v23.3.x] [CORE-2400] kafka/server: Disable quota balancer
  • Loading branch information
michael-redpanda authored Apr 25, 2024
2 parents 04a0b29 + 4cfc61e commit df8cf52
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 @@ -2829,7 +2829,7 @@ configuration::configuration()
"milliseconds. Value of 0 disables the balancer and makes all the "
"throughput quotas immutable.",
{.needs_restart = needs_restart::no, .visibility = visibility::user},
750ms,
0ms,
{.min = 0ms})
, kafka_quota_balancer_min_shard_throughput_ratio(
*this,
Expand Down

0 comments on commit df8cf52

Please sign in to comment.