[Groonga-commit] droonga/droonga-engine at 5b9b738 [master] Define DataAbsorber as an async command

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 10 17:06:12 JST 2015


YUKI Hiroshi	2015-04-10 17:06:12 +0900 (Fri, 10 Apr 2015)

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

  Message:
    Define DataAbsorber as an async command

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

  Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -2)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-10 17:04:29 +0900 (27adb7e)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-10 17:06:12 +0900 (5038249)
@@ -35,7 +35,7 @@ module Droonga
           end
         end
 
-        class DataAbsorber
+        class DataAbsorber < AsyncCommand::AsyncHandler
           private
           def prefix
             "system.absorb-data"
@@ -69,7 +69,6 @@ module Droonga
             end
           end
 
-          private
           def dumper_params
             params =****@reque*****
             {
-------------- next part --------------
HTML����������������������������...
Download 



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