mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- can't include a class, only a module. Fix later.
This commit is contained in:
parent
056a1d6920
commit
d84f742554
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ require 'pp'
|
|||
|
||||
module LogStash; module Net; module Servers
|
||||
class Indexer < MQRPC::Agent
|
||||
include MQRPC::Functions::Ping
|
||||
#include MQRPC::Functions::Ping
|
||||
# Default broadcast interval is 30, but for debugging/testing, sometimes
|
||||
# it's nice to set it lower.
|
||||
BROADCAST_INTERVAL = (ENV["BROADCAST_INTERVAL"] or 30).to_i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue