Skip to content

Commit 5aa2e61

Browse files
committed
ml: Refer the configured limitation of multiline
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 4132292 commit 5aa2e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/multiline/flb_ml.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ struct flb_ml *flb_ml_create(struct flb_config *ctx, char *name)
874874
}
875875

876876
ml->config = ctx;
877+
ml->buffer_limit = ml->config->multiline_buffer_limit;
877878
ml->last_flush = time_ms_now();
878879
mk_list_init(&ml->groups);
879880

0 commit comments

Comments
 (0)