diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-04-26 20:14:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 20:14:21 +0100 |
commit | 63ba9ba38b47bc20074e2c83492c4d113cfe21b8 (patch) | |
tree | f2fea816f03381980f86abec2f5aa0319f76dfce /changelog.d | |
parent | Merge tag 'v1.58.0rc2' into develop (diff) | |
download | synapse-63ba9ba38b47bc20074e2c83492c4d113cfe21b8.tar.xz |
Bound ephemeral events by key (#12544)
Co-authored-by: Brad Murray <bradtgmurray@gmail.com> Co-authored-by: Andrew Morgan <andrewm@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12544.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12544.bugfix b/changelog.d/12544.bugfix new file mode 100644 index 0000000000..b5169cd831 --- /dev/null +++ b/changelog.d/12544.bugfix @@ -0,0 +1 @@ +Fix a bug where attempting to send a large amount of read receipts to an application service all at once would result in duplicate content and abnormally high memory usage. Contributed by Brad & Nick @ Beeper. |