diff options
author | Erik Johnston <erikj@jki.re> | 2019-05-30 14:28:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 14:28:26 +0100 |
commit | e9e5d3392df564a67dcdc222dc77109a2b807ddd (patch) | |
tree | 1dbc302becbeda767f4c65f3aa6d33397e8eadb5 /changelog.d | |
parent | Merge pull request #5256 from aaronraimist/logout-correct-error (diff) | |
parent | Update synapse/storage/events_bg_updates.py (diff) | |
download | synapse-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.bugfix | 1 |
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. |