This commit is contained in:
Piavlo 2013-03-28 13:39:12 +02:00
parent 56b89b056d
commit 0958a7315d

View file

@ -129,7 +129,7 @@ class LogStash::Outputs::Redis < LogStash::Outputs::Base
end
@host_idx = 0
@congestion_check_times = Hash.new { |h,k| h[k] = Time.now.to_i - congestion_interval }
@congestion_check_times = Hash.new { |h,k| h[k] = Time.now.to_i - @congestion_interval }
end # def register
def receive(event)