mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- increase backoff reconnect from twitter
This commit is contained in:
parent
4c3bd9e7f1
commit
de7bae0e24
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class LogStash::Inputs::Twitter < LogStash::Inputs::Base
|
|||
req.errback do
|
||||
@logger.warn(["Error occurred, not sure what, seriously. Reconnecting!", { :url => @url }])
|
||||
|
||||
EventMachine::Timer.new(5) do
|
||||
EventMachine::Timer.new(15) do
|
||||
connect.call
|
||||
end
|
||||
end # req.errback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue