diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-18 09:49:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 09:49:18 +0000 |
commit | 70586aa63eaf129505324976fb092cb3ad327590 (patch) | |
tree | b1a14803d58dcd5caa72814766129410a9310243 /changelog.d | |
parent | Clean up tox.ini (#8963) (diff) | |
download | synapse-70586aa63eaf129505324976fb092cb3ad327590.tar.xz |
Try and drop stale extremities. (#8929)
If we see stale extremities while persisting events, and notice that they don't change the result of state resolution, we drop them.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8929.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8929.misc b/changelog.d/8929.misc new file mode 100644 index 0000000000..157018b6a6 --- /dev/null +++ b/changelog.d/8929.misc @@ -0,0 +1 @@ +Automatically drop stale forward-extremities under some specific conditions. |