YUKI Hiroshi
null+****@clear*****
Mon Jan 20 17:24:14 JST 2014
YUKI Hiroshi 2014-01-20 17:24:14 +0900 (Mon, 20 Jan 2014) New Revision: 97a992bb6cbcd8653c6bf92d4b0c4b9f4ca8c1d2 https://github.com/droonga/drnbench/commit/97a992bb6cbcd8653c6bf92d4b0c4b9f4ca8c1d2 Message: Use engine config correctly Modified files: lib/drnbench/server/protocol-adapter.rb Modified: lib/drnbench/server/protocol-adapter.rb (+3 -3) =================================================================== --- lib/drnbench/server/protocol-adapter.rb 2014-01-20 17:23:18 +0900 (810030f) +++ lib/drnbench/server/protocol-adapter.rb 2014-01-20 17:24:14 +0900 (f599463) @@ -38,9 +38,9 @@ module Drnbench ] env = { "DROONGA_ENGINE_DEFAULT_DATASEt" => @default_dataset, - "DROONGA_ENGINE_HOST" => @engine.host, - "DROONGA_ENGINE_PORT" => @engine.port, - "DROONGA_ENGINE_TAG" => @engine.tag, + "DROONGA_ENGINE_HOST" => @config.engine.host, + "DROONGA_ENGINE_PORT" => @config.engine.port, + "DROONGA_ENGINE_TAG" => @config.engine.tag, "DROONGA_ENGINE_RECEIVE_HOST" => @host, "DROONGA_ENGINE_RECEIVE_PORT" => @receive_port, } -------------- next part -------------- HTML����������������������������...Download