Navigation Menu

Skip to content

Commit

Permalink
Add attr_reader to get calculated progress interval
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent f71ed1c commit 0a8aa3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/droonga/data_absorber.rb
Expand Up @@ -26,7 +26,8 @@ class DataAbsorber
DEFAULT_PROGRESS_INTERVAL_SECONDS = 3

attr_reader :params
attr_reader :dataset, :port, :tag, :messages_per_second
attr_reader :dataset, :port, :tag
attr_reader :messages_per_second, :progress_interval_seconds
attr_reader :source_host, :destination_host
attr_reader :error_message

Expand Down

0 comments on commit 0a8aa3d

Please sign in to comment.