Comment 0 for bug 206811

Revision history for this message
Brad Crittenden (bac) wrote :

A bug feed should have 25 entries in it (with the current configuration). In BugTargetBugsFeed we retrieve BugTasks not bugs and then select the most recent bugs represented from that set of BugTasks. This strategy needs to be revisited to incorporate a batching approach to ensure we get 25 bugs. The current work-around is to simply retrieve twice the number of BugTasks as the number of bugs we need.