summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-05-30 14:28:26 +0100
committerGitHub <noreply@github.com>2019-05-30 14:28:26 +0100
commite9e5d3392df564a67dcdc222dc77109a2b807ddd (patch)
tree1dbc302becbeda767f4c65f3aa6d33397e8eadb5 /changelog.d
parentMerge pull request #5256 from aaronraimist/logout-correct-error (diff)
parentUpdate synapse/storage/events_bg_updates.py (diff)
downloadsynapse-e9e5d3392df564a67dcdc222dc77109a2b807ddd.tar.xz
Merge pull request #5278 from matrix-org/erikj/cleanup_bad_extremities
 Add DB bg update to cleanup extremities.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5278.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5278.bugfix b/changelog.d/5278.bugfix
new file mode 100644
index 0000000000..9e14d20289
--- /dev/null
+++ b/changelog.d/5278.bugfix
@@ -0,0 +1 @@
+Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.