summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-05-10 10:39:54 +0100
committerGitHub <noreply@github.com>2022-05-10 10:39:54 +0100
commit8dd3e0e084304dfc02ff072a1beaed5266cf4e33 (patch)
treeb546dc87747960e269c98276115f18c4842e2d92 /changelog.d
parentImplement MSC3786: Add a default push rule to ignore m.room.server_acl events... (diff)
downloadsynapse-8dd3e0e084304dfc02ff072a1beaed5266cf4e33.tar.xz
Immediately retry any requests that have backed off when a server comes back online. (#12500)
Otherwise it can take up to a minute for any in-flight `/send` requests to be retried.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12500.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12500.misc b/changelog.d/12500.misc
new file mode 100644
index 0000000000..dbe3f7f5d1
--- /dev/null
+++ b/changelog.d/12500.misc
@@ -0,0 +1 @@
+Immediately retry any requests that have backed off when a server comes back online.