Skip to content

Commit

Permalink
Increase to 150 the number of failures to show.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Jun 24, 2012
1 parent 23e70b8 commit 514a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display.rb
Expand Up @@ -31,7 +31,7 @@
items = domain.items.
where("matches > ?", 0).
order(:date, :desc).
limit(100).
limit(150).
select(:all).map do |data|
{ :name => data.name,
:host => (data.attributes["host"][0] rescue ""),
Expand Down

0 comments on commit 514a27d

Please sign in to comment.