[Groonga-commit] droonga/drndump at b292d4d [master] Make initial count of received messages Float

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 17 22:36:40 JST 2015


YUKI Hiroshi	2015-04-17 22:36:40 +0900 (Fri, 17 Apr 2015)

  New Revision: b292d4d45553c86f9d8e5bfab9360c07378370d9
  https://github.com/droonga/drndump/commit/b292d4d45553c86f9d8e5bfab9360c07378370d9

  Message:
    Make initial count of received messages Float

  Modified files:
    lib/drndump/dump_client.rb

  Modified: lib/drndump/dump_client.rb (+1 -1)
===================================================================
--- lib/drndump/dump_client.rb    2015-04-17 17:50:40 +0900 (dae8db7)
+++ lib/drndump/dump_client.rb    2015-04-17 22:36:40 +0900 (b89172b)
@@ -75,7 +75,7 @@ module Drndump
 
       @measure_start_time = Time.now
       @previous_measure_time = @measure_start_time
-      @previous_n_received_messages = 0
+      @previous_n_received_messages = 0.0
 
       dump_message = {
         "type"    => "dump",
-------------- next part --------------
HTML����������������������������...
Download 



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