Skip to content

Commit

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

[v23.3.x] config: Increase transform logs buffer cap
  • Loading branch information
oleiman committed Mar 8, 2024
2 parents cf3ab40 + 9bb8c7d commit b712ade
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 @@ -233,7 +233,7 @@ configuration::configuration()
"calculated as the total size of buffered (i.e. emitted but not yet "
"produced) log messages.",
{.needs_restart = needs_restart::yes, .visibility = visibility::tunable},
100_KiB,
500_KiB,
{.min = 100_KiB, .max = 2_MiB})
, data_transforms_logging_flush_interval_ms(
*this,
Expand Down

0 comments on commit b712ade

Please sign in to comment.