Navigation Menu

Skip to content

Commit

Permalink
Export serf port number correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 26, 2014
1 parent ede9235 commit c4d0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -58,7 +58,7 @@ def start
ensure_serf
ENV["SERF"] = @serf
@port = port
ENV["SERF_PORT"] = @port
ENV["SERF_PORT"] = "#{@port}"
ENV["SERF_RPC_ADDRESS"] = rpc_address
retry_joins = []
detect_other_hosts.each do |other_host|
Expand Down

0 comments on commit c4d0914

Please sign in to comment.