[Groonga-commit] droonga/droonga-client-ruby at 3aeb332 [master] Use same default port number for droonga-engine

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Mon May 26 17:51:15 JST 2014


YUKI Hiroshi	2014-05-26 17:51:15 +0900 (Mon, 26 May 2014)

  New Revision: 3aeb33250917d3e4466c1ae0b095a3118f58c24c
  https://github.com/droonga/droonga-client-ruby/commit/3aeb33250917d3e4466c1ae0b095a3118f58c24c

  Message:
    Use same default port number for droonga-engine

  Modified files:
    bin/droonga-request
    bin/droonga-send

  Modified: bin/droonga-request (+1 -1)
===================================================================
--- bin/droonga-request    2014-05-15 17:45:20 +0900 (05c1ffb)
+++ bin/droonga-request    2014-05-26 17:51:15 +0900 (2b77416)
@@ -23,7 +23,7 @@ require "droonga/client"
 
 options = {
   :host                => "localhost",
-  :port                => 24224,
+  :port                => 10031,
   :tag                 => "droonga",
   :protocol            => :droonga,
   :timeout             => 1,

  Modified: bin/droonga-send (+1 -1)
===================================================================
--- bin/droonga-send    2014-05-15 17:45:20 +0900 (a5e6af3)
+++ bin/droonga-send    2014-05-26 17:51:15 +0900 (bac343b)
@@ -27,7 +27,7 @@ options.report_request = false
 options.report_throughput = false
 
 servers = []
-default_server = "droonga:localhost:24224/droonga"
+default_server = "droonga:localhost:10031/droonga"
 messages_per_second = Droonga::Client::RateLimiter::NO_LIMIT
 
 def parse_server(server)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る