Navigation Menu

Skip to content

Commit

Permalink
in: don't use deprecated feature in v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 12, 2017
1 parent a7c785e commit 1b82930
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/fluent/plugin/in_groonga.rb
Expand Up @@ -73,7 +73,6 @@ def on_close

class BaseInput
include Configurable
include DetachMultiProcessMixin

config_param :bind, :string, :default => "0.0.0.0"
config_param :port, :integer, :default => nil
Expand Down Expand Up @@ -132,7 +131,6 @@ def configure(conf)

def start
listen_socket = TCPServer.new(@bind, @port)
detach_multi_process do
@loop = Coolio::Loop.new

@socket = Coolio::TCPServer.new(listen_socket, nil,
Expand All @@ -145,7 +143,6 @@ def start
@thread = Thread.new do
run
end
end
end

def shutdown
Expand Down

0 comments on commit 1b82930

Please sign in to comment.