[Groonga-commit] droonga/fluent-plugin-droonga at 4f786d5 [master] Increase max_n_retries in order to wait patiently

Back to archive index

Yoji Shidara null+****@clear*****
Tue Nov 26 18:30:00 JST 2013


Yoji Shidara	2013-11-26 18:30:00 +0900 (Tue, 26 Nov 2013)

  New Revision: 4f786d5991540ed326cf9de68d26237f80355513
  https://github.com/droonga/fluent-plugin-droonga/commit/4f786d5991540ed326cf9de68d26237f80355513

  Message:
    Increase max_n_retries in order to wait patiently

  Modified files:
    lib/droonga/server.rb

  Modified: lib/droonga/server.rb (+1 -1)
===================================================================
--- lib/droonga/server.rb    2013-11-26 18:00:35 +0900 (917838b)
+++ lib/droonga/server.rb    2013-11-26 18:30:00 +0900 (f4a51c7)
@@ -53,7 +53,7 @@ module Droonga
             $log.trace("#{log_tag}: stop: start")
 
             $log.trace("#{log_tag}: stop: queue: unblock: start")
-            max_n_retries = 10
+            max_n_retries = 20
             max_n_retries.times do |i|
               $log.trace("#{log_tag}: stop: queue: unblock: #{i}: start")
               super(stop_graceful)
-------------- next part --------------
HTML����������������������������...
Download 



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