diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-30 17:27:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 17:27:20 +0100 |
commit | b6dbf89fae74af25ce1a6993de74e0e50705f105 (patch) | |
tree | 3c1b74812a2d9d025d7a2bd61b547d4d9feef6f8 /changelog.d | |
parent | Rebuild other indexes using `stream_ordering` (#10282) (diff) | |
download | synapse-b6dbf89fae74af25ce1a6993de74e0e50705f105.tar.xz |
Change more stream_ordering columns to BIGINT (#10286)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10286.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10286.bugfix b/changelog.d/10286.bugfix new file mode 100644 index 0000000000..7ebda7cdc2 --- /dev/null +++ b/changelog.d/10286.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. |