diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-30 15:05:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-30 15:05:26 +0100 |
commit | 06675db684f06b5a369846aac896216bf4cc74ed (patch) | |
tree | c3e8f8b6b04b25437ce6bab7811e79d3a6f211a5 | |
parent | Add index to temp table (diff) | |
download | synapse-06675db684f06b5a369846aac896216bf4cc74ed.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5291.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5291.bugfix b/changelog.d/5291.bugfix new file mode 100644 index 0000000000..9e14d20289 --- /dev/null +++ b/changelog.d/5291.bugfix @@ -0,0 +1 @@ +Fix bug where we leaked extremities when we soft failed events, leading to performance degradation. |