[Groonga-commit] droonga/drnbench at 326c483 [master] Add "host" configuration ofr protocol adapter

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 17:19:56 JST 2014


YUKI Hiroshi	2014-01-20 17:19:56 +0900 (Mon, 20 Jan 2014)

  New Revision: 326c4832c45a12eda2f017f1de95ee6544cfbabe
  https://github.com/droonga/drnbench/commit/326c4832c45a12eda2f017f1de95ee6544cfbabe

  Message:
    Add "host" configuration ofr protocol adapter

  Modified files:
    lib/drnbench/server/configuration.rb

  Modified: lib/drnbench/server/configuration.rb (+2 -1)
===================================================================
--- lib/drnbench/server/configuration.rb    2014-01-20 17:18:19 +0900 (4c1a582)
+++ lib/drnbench/server/configuration.rb    2014-01-20 17:19:56 +0900 (a432ea3)
@@ -25,12 +25,13 @@ module Drnbench
     end
 
     class ProtocolAdapterConfiguration
-      attr_accessor :application_dir, :port, :receive_port, :default_dataset
+      attr_accessor :application_dir, :host, :port, :receive_port, :default_dataset
       attr_accessor :node, :node_options
       attr_accessor :engine
 
       def initialize
         @application_dir = Pathname(Dir.pwd)
+        @host            = "localhost"
         @port            = 80
         @receive_port    = 14224
         @default_dataset = "Droonga"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index