From 2ec659bdca92d7761c9b288b82a19b33054341de Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Sat, 7 Aug 1999 08:49:03 +0000 Subject: limit Most Recently Doomed to the 20 most doomed. the full report takes forever --- reports.cgi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 41614773d..9fe4413b4 100755 --- a/reports.cgi +++ b/reports.cgi @@ -711,10 +711,15 @@ sub most_recently_doomed # sort people by the number of bugs they have assigned to this milestone @people = sort bybugs @people; my $totalpeople = @people; + + if ($totalpeople > 20) { + splice @people, 0, $totalpeople-20; + } print "\n"; print "\n"; while (@people) -- cgit v1.2.3-24-g4f1b
\n"; print "$totalpeople engineers have $bugtotal untouched new bugs.\n"; + print "These are the 20 most doomed."; print "