[Groonga-commit] droonga/droonga-engine at 53382ab [master] Specify timeout for the internal search command

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 11:39:24 JST 2015


YUKI Hiroshi	2015-04-14 11:39:24 +0900 (Tue, 14 Apr 2015)

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

  Message:
    Specify timeout for the internal search command

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:39:06 +0900 (d40232d)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:39:24 +0900 (81e420b)
@@ -229,6 +229,7 @@ module Droonga
             response = source_client.request("dataset" => source_dataset,
                                              "type"    => "search",
                                              "body"    => {
+                                               "timeout" => 10,
                                                "queries" => queries,
                                              })
 
-------------- next part --------------
HTML����������������������������...
Download 



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