diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-08-13 12:35:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 12:35:04 +0100 |
commit | ff0e8946569a2627e3b0e06aae7e7612fcc726c1 (patch) | |
tree | 909b9f2a4903f3dd3f359be5d964deb5fe4528ed /changelog.d | |
parent | Fix unawaited coroutine error in tests. (#8072) (diff) | |
download | synapse-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.bugfix | 1 |
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. |