[Groonga-commit] droonga/droonga-client-ruby at 9adf272 [master] Use the same default value of fluent-plugin-droonga

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 19 18:42:00 JST 2013


Kouhei Sutou	2013-08-19 18:42:00 +0900 (Mon, 19 Aug 2013)

  New Revision: 9adf272b7f1b14ea6f4bfd206c3f56705ac64234
  https://github.com/droonga/droonga-client-ruby/commit/9adf272b7f1b14ea6f4bfd206c3f56705ac64234

  Message:
    Use the same default value of fluent-plugin-droonga

  Modified files:
    lib/droonga/client.rb

  Modified: lib/droonga/client.rb (+2 -2)
===================================================================
--- lib/droonga/client.rb    2013-08-19 18:37:47 +0900 (c3b7f61)
+++ lib/droonga/client.rb    2013-08-19 18:42:00 +0900 (a1f3e2d)
@@ -23,9 +23,9 @@ module DroongaProtocol
   class Client
     def initialize(options={})
       default_options = {
-        :tag     => "kotoumi",
+        :tag     => "droonga",
         :host    => "127.0.0.1",
-        :port    => 23003,
+        :port    => 24224,
         :timeout => 5
       }
       options = default_options.merge(options)
-------------- next part --------------
HTML����������������������������...
Download 



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