Skip to content

Commit

Permalink
Merge pull request #2103 from brave-intl/staging
Browse files Browse the repository at this point in the history
Release 2019-08-05 Part 2
  • Loading branch information
Cory McDonald authored Aug 5, 2019
2 parents 5fd698a + a09217e commit 1530904
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace :database_updates do
if index % 1000 == 0
remaining = (iterations - index) * 0.2
puts "Estimated time left: #{remaining.round} seconds | #{((index.to_f/iterations.to_f)*100).round(2)}% done"
break
end
end
puts "Estimated time left: 0 seconds | 100% done"
Expand Down

0 comments on commit 1530904

Please sign in to comment.