Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
film42 committed Nov 7, 2017
1 parent 4ec7fd7 commit b79b115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protobuf/nats/jnats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def close
end

def flush(timeout_sec = 0.5)
connection.flush(timeout_sec * 1000)
connection.flush(timeout_sec * 1000)
end

def next_message(sub, timeout_sec)
Expand Down

0 comments on commit b79b115

Please sign in to comment.