Should entries in the fragment feed be sorted? Right now they don't need to be.
If we require them to be sorted, that makes life harder for the server.
However, if we sort by time ascending, that means clients can know that the time of the last entry is the highest time they've seen. So if processing breaks off on page 67 we can safely update the last seen time, and continue from that time next time around.
Should entries in the fragment feed be sorted? Right now they don't need to be.
If we require them to be sorted, that makes life harder for the server.
However, if we sort by time ascending, that means clients can know that the time of the last entry is the highest time they've seen. So if processing breaks off on page 67 we can safely update the last seen time, and continue from that time next time around.