Comment 12 for bug 260140

Revision history for this message
Stuart Bishop (stub) wrote :

If we use revision_date we need to cope with revision_dates in the future. At the moment it is possible to kill the feed by pushing 25 future revisions.

The simple fix is to add a WHERE revision_date <= CURRENT_TIMESTAMP clause, although then it is possible to add revisions that will never be seen in the feed then (a possible way of hiding trojans if we use this pattern elsewhere).