summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2020-08-13 12:35:04 +0100
committerGitHub <noreply@github.com>2020-08-13 12:35:04 +0100
commitff0e8946569a2627e3b0e06aae7e7612fcc726c1 (patch)
tree909b9f2a4903f3dd3f359be5d964deb5fe4528ed /changelog.d
parentFix unawaited coroutine error in tests. (#8072) (diff)
downloadsynapse-ff0e8946569a2627e3b0e06aae7e7612fcc726c1.tar.xz
Drop federation transmission queues during a significant remote outage. (#7864)
* Empty federation transmission queues when we are backing off.

Fixes #7828.

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>

* Address feedback

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>

* Reword newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7864.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7864.bugfix b/changelog.d/7864.bugfix
new file mode 100644
index 0000000000..8623355fe9
--- /dev/null
+++ b/changelog.d/7864.bugfix
@@ -0,0 +1 @@
+Fix a memory leak by limiting the length of time that messages will be queued for a remote server that has been unreachable.