diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-05-19 20:17:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 20:17:10 +0100 |
commit | 2be5a2b07becdbf0957008ece74be3b3f957b233 (patch) | |
tree | 5fdc4120f67ca1d358036bf1a85f866994c3dbf5 /changelog.d | |
parent | Add a unit test for copying over arbitrary room types when upgrading a room (... (diff) | |
download | synapse-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.bugfix | 1 |
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. |