[Groonga-commit] droonga/droonga-client-ruby at a2f923d [master] Reduce timeout reducing speed

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 16 19:26:04 JST 2014


Kouhei Sutou	2014-01-16 19:26:04 +0900 (Thu, 16 Jan 2014)

  New Revision: a2f923d4af2cc4e4112b8f08711653d703d08e5f
  https://github.com/droonga/droonga-client-ruby/commit/a2f923d4af2cc4e4112b8f08711653d703d08e5f

  Message:
    Reduce timeout reducing speed

  Modified files:
    lib/droonga/client/connection/droonga_protocol.rb

  Modified: lib/droonga/client/connection/droonga_protocol.rb (+0 -1)
===================================================================
--- lib/droonga/client/connection/droonga_protocol.rb    2014-01-16 18:31:53 +0900 (6dc1f0e)
+++ lib/droonga/client/connection/droonga_protocol.rb    2014-01-16 19:26:04 +0900 (b819557)
@@ -167,7 +167,6 @@ module Droonga
               break if readable_ios.nil?
               if timeout > 0
                 timeout -= (Time.now - start)
-                timeout /= 2.0
                 timeout = 0 if timeout < 0
               end
               readable_ios.each do |readable_io|
-------------- next part --------------
HTML����������������������������...
Download 



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