[Groonga-commit] droonga/fluent-plugin-droonga at 16b993c [master] Revert "Activate periodical sweep on initialization process of WatchHandler"

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 1 16:15:11 JST 2013


YUKI Hiroshi	2013-11-01 16:15:11 +0900 (Fri, 01 Nov 2013)

  New Revision: 16b993cb6385cbae815ae927c4859f3211ae2a70
  https://github.com/droonga/fluent-plugin-droonga/commit/16b993cb6385cbae815ae927c4859f3211ae2a70

  Message:
    Revert "Activate periodical sweep on initialization process of WatchHandler"
    
    Because it crashes.
    This reverts commit 6fddec99fdaa73af54d45464ae93395455cb17bc.

  Modified files:
    lib/droonga/plugin/handler_watch.rb

  Modified: lib/droonga/plugin/handler_watch.rb (+0 -3)
===================================================================
--- lib/droonga/plugin/handler_watch.rb    2013-11-01 15:46:58 +0900 (b5355e1)
+++ lib/droonga/plugin/handler_watch.rb    2013-11-01 16:15:11 +0900 (bbb6a2e)
@@ -16,7 +16,6 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require "droonga/watcher"
-require "droonga/sweeper"
 require "droonga/handler"
 
 module Droonga
@@ -26,8 +25,6 @@ module Droonga
     def initialize(*args)
       super
       @watcher = Watcher.new(@context)
-      @sweeper = Sweeper.new(@context)
-      @sweeper.activate_periodical_sweep
     end
 
     command "watch.subscribe" => :subscribe
-------------- next part --------------
HTML����������������������������...
下载 



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