Currently there is code in Feed to detect non-monotonic event timestamps and let the user tell us what to do.
This code is sub-optimal in two ways:
(1) We're doing this too late to let the user cleanly abort reading the Feed. It should happen during Event chunk indexing, not later when the events are re-constituted from the Feedlets.
(2) When the user tells us to turn off the warnings, we do that globally. Ideally this should be done on a per-feed basis.
This was opened by me; I wasn't logged in.