-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This problem should be especially obvious after the first feeds' update
either if posts have "dynamic" timestamps (generated along with the feed)
or don't include these at all, or if the posts' ordering is set to "Date
fetched".
Feed "channels" will get mixed randomly since most posts' should contain
exactly same timestamps and there's no ordering criteria past "date_modified".
If updater is run with the long-enough intervals and works pretty fast, the
problem should persist after the initial update.
As a solution, I've added extra "feed" criteria past "date_modified", so
the posts from the different feeds but with the same date won't get mixed
like that.
Original issue reported on code.google.com by [email protected] on 16 May 2010 at 7:18
Attachments: