Navigation Menu

Skip to content

Commit

Permalink
Don't use magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 1c6c758 commit f69fbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -123,7 +123,7 @@ def ensure_completely_restored(&block)
yield
end

timer = Coolio::TimerWatcher.new(3, true)
timer = Coolio::TimerWatcher.new(DEFAULT_PROGRESS_INTERVAL_SECONDS, true)
timer.on_timer do
if runner.alive?
begin
Expand Down

0 comments on commit f69fbf5

Please sign in to comment.