mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
fix typo
This commit is contained in:
parent
56b89b056d
commit
0958a7315d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue