[Groonga-commit] droonga/droonga-engine at 482d427 [master] Remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 23 10:28:56 JST 2014


Kouhei Sutou	2014-07-23 10:28:56 +0900 (Wed, 23 Jul 2014)

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

  Message:
    Remove needless code

  Modified files:
    lib/droonga/command/droonga_engine.rb

  Modified: lib/droonga/command/droonga_engine.rb (+0 -2)
===================================================================
--- lib/droonga/command/droonga_engine.rb    2014-07-23 10:23:26 +0900 (4284d47)
+++ lib/droonga/command/droonga_engine.rb    2014-07-23 10:28:56 +0900 (e15a0f8)
@@ -312,7 +312,6 @@ module Droonga
         end
 
         def restart_graceful
-          @loop_breaker.signal
           old_service_runner = @service_runner
           @service_runner = run_service
           @service_runner.on_ready = lambda do
@@ -326,7 +325,6 @@ module Droonga
         end
 
         def restart_immediately
-          @loop_breaker.signal
           old_service_runner = @service_runner
           @service_runner = run_service
           old_service_runner.stop_immediately
-------------- next part --------------
HTML����������������������������...
Download 



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