synapse/changelog.d/10267.bugfix
Richard van der Hoff 7647b0337f
Fix populate_stream_ordering2 background job (#10267)
It was possible for us not to find any rows in a batch, and hence conclude that
we had finished. Let's not do that.
2021-06-29 12:43:36 +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.