diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-16 12:15:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 10:15:12 +0000 |
commit | f63d4a3a65e95d3845c43a9dd2893605b06f164a (patch) | |
tree | 235555c85b5fb77c2f61569364464c0db8682483 /changelog.d | |
parent | Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) (diff) | |
download | synapse-f63d4a3a65e95d3845c43a9dd2893605b06f164a.tar.xz |
Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15743.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15743.misc b/changelog.d/15743.misc new file mode 100644 index 0000000000..b95eed929e --- /dev/null +++ b/changelog.d/15743.misc @@ -0,0 +1 @@ +Regularly try to send transactions to other servers after they failed instead of waiting for a new event to be available before trying. |