summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-05-19 20:17:10 +0100
committerGitHub <noreply@github.com>2022-05-19 20:17:10 +0100
commit2be5a2b07becdbf0957008ece74be3b3f957b233 (patch)
tree5fdc4120f67ca1d358036bf1a85f866994c3dbf5 /changelog.d
parentAdd a unit test for copying over arbitrary room types when upgrading a room (... (diff)
downloadsynapse-2be5a2b07becdbf0957008ece74be3b3f957b233.tar.xz
Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12803.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12803.bugfix b/changelog.d/12803.bugfix
new file mode 100644
index 0000000000..6ddd3d24e0
--- /dev/null
+++ b/changelog.d/12803.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where finished log contexts would be re-started when failing to contact remote homeservers.