MatrixSynapse/synapse/storage/util
Erik Johnston deedb91732
Fix `MultiWriterIdGenerator.current_position`. (#8257)
It did not correctly handle IDs finishing being persisted out of
order, resulting in the `current_position` lagging until new IDs are
persisted.
2020-09-08 14:26:54 +01:00
..
__init__.py
id_generators.py Fix `MultiWriterIdGenerator.current_position`. (#8257) 2020-09-08 14:26:54 +01:00
sequence.py Add functions to `MultiWriterIdGen` used by events stream (#8164) 2020-08-25 17:32:30 +01:00