synapse/changelog.d/10264.bugfix
Richard van der Hoff 60efc51a2b
Migrate stream_ordering to a bigint (#10264)
* Move background update names out to a separate class

`EventsBackgroundUpdatesStore` gets inherited and we don't really want to
further pollute the namespace.

* Migrate stream_ordering to a bigint

* changelog
2021-06-29 11:25:34 +01:00

2 lines
114 B
Plaintext

Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server.