Navigation Menu

Skip to content

Commit

Permalink
serf: remove needless environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent fbcb541 commit 5e07a2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/droonga/serf.rb
Expand Up @@ -53,8 +53,6 @@ def initialize(loop, name)
def start
logger.trace("start: start")
ensure_serf
ENV["SERF"] = @serf
ENV["SERF_RPC_ADDRESS"] = rpc_address
retry_joins = []
detect_other_hosts.each do |other_host|
retry_joins.push("-retry-join", other_host)
Expand Down

0 comments on commit 5e07a2f

Please sign in to comment.