mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-08 19:45:53 -05:00

Handle the fact that events can be persisted out of order, and so to get the "current max" stream token becomes non trivial - as we need to make sure that *all* stream tokens less than the current max have also successfully been persisted.