Fix --queue-size bug

This commit is contained in:
Jordan Sissel 2013-04-17 14:37:58 -07:00
parent ccbbef3337
commit 776af0e88c

View file

@ -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