[Groonga-commit] droonga/droonga-engine at c23d80b [master] Use droonga-send instead droonga-request by default to absorb data

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 15:41:00 JST 2014


YUKI Hiroshi	2014-11-21 15:41:00 +0900 (Fri, 21 Nov 2014)

  New Revision: c23d80b0ee8daa0abf5f42cba0e34daf0b3f9f4d
  https://github.com/droonga/droonga-engine/commit/c23d80b0ee8daa0abf5f42cba0e34daf0b3f9f4d

  Message:
    Use droonga-send instead droonga-request by default to absorb data

  Modified files:
    lib/droonga/data_absorber.rb

  Modified: lib/droonga/data_absorber.rb (+1 -1)
===================================================================
--- lib/droonga/data_absorber.rb    2014-11-21 15:40:20 +0900 (bc268a5)
+++ lib/droonga/data_absorber.rb    2014-11-21 15:41:00 +0900 (0b5a4fc)
@@ -32,7 +32,7 @@ module Droonga
 
         #TODO: We should use droonga-send instead of droonga-request,
         #      because droonga-request is too slow.
-        client = params[:client] || "droonga-request"
+        client = params[:client] || "droonga-send"
         client_options = []
         if client.include?("droonga-request")
           client_options += ["--host", params[:destination_host]]
-------------- next part --------------
HTML����������������������������...
Download 



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