diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-29 11:25:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 11:25:34 +0100 |
commit | 60efc51a2bbc31f18a71ad1338afc430bfa65597 (patch) | |
tree | 834fed8f65f0248734bd334bc4bec61136316e1d /changelog.d | |
parent | Soft-fail spammy events received over federation (#10263) (diff) | |
download | synapse-60efc51a2bbc31f18a71ad1338afc430bfa65597.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10264.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10264.bugfix b/changelog.d/10264.bugfix new file mode 100644 index 0000000000..7ebda7cdc2 --- /dev/null +++ b/changelog.d/10264.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server. |