8000 in_tail: Update description typo for `buffer_chunk_size` parameter by prafgup · Pull Request #10270 · fluent/fluent-bit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

in_tail: Update description typo for buffer_chunk_size parameter #10270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 7E05 plugins/in_tail/tail.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ static struct flb_config_map config_map[] = {
FLB_CONFIG_MAP_SIZE, "buffer_chunk_size", FLB_TAIL_CHUNK,
0, FLB_TRUE, offsetof(struct flb_tail_config, buf_chunk_size),
"set the initial buffer size to read data from files. This value is "
"used too to increase buffer size."
"used to increase buffer size."
},
{
FLB_CONFIG_MAP_SIZE, "buffer_max_size", FLB_TAIL_CHUNK,
Expand Down
0