- can't include a class, only a module. Fix later.

This commit is contained in:
Jordan Sissel 2010-02-19 07:50:53 +00:00
parent 056a1d6920
commit d84f742554

View file

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