Navigation Menu

Skip to content

Commit

Permalink
Make initial count of received messages Float
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 17, 2015
1 parent 6441b28 commit b292d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drndump/dump_client.rb
Expand Up @@ -75,7 +75,7 @@ def run(options={}, &block)

@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",
Expand Down

0 comments on commit b292d4d

Please sign in to comment.