We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5470596 commit d485a85Copy full SHA for d485a85
src/multiline/flb_ml.c
@@ -883,7 +883,7 @@ struct flb_ml *flb_ml_create(struct flb_config *ctx, char *name)
883
}
884
885
ml->config = ctx;
886
- limit = flb_utils_size_to_bytes(ml->config->multiline_buffer_limit);
+ limit = flb_utils_size_to_binary_bytes(ml->config->multiline_buffer_limit);
887
if (limit > 0) {
888
ml->buffer_limit = (size_t)limit;
889
0 commit comments