Commit 6eac8641df2cd93e112d3fe35f1f60e3bb59d369

Authored by Marcin Ciunelis
1 parent cd8cde49
Exists in master and in 1 other branch production

limit removed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/errbit/database.rake
... ... @@ -39,7 +39,7 @@ namespace :errbit do
39 39  
40 40 puts "Regenerating Err fingerprints"
41 41 Err.create_indexes
42   - Err.all.limit(10).each do |err|
  42 + Err.all.each do |err|
43 43 next if err.notices.count == 0
44 44 source = {
45 45 :backtrace => normalize_backtrace(err.notices.first.backtrace).to_s,
... ...