mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix --queue-size bug
This commit is contained in:
parent
ccbbef3337
commit
776af0e88c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class LogStash::Agent
|
|||
end # -w
|
||||
|
||||
opts.on("--queue-size COUNT", Integer,
|
||||
"Set internal input->filter and filter->output queue size") do
|
||||
"Set internal input->filter and filter->output queue size") do |arg|
|
||||
@queue_size = arg
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue