summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-03 23:50:43 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-03 23:58:42 +0100
commitdce6e9e0c11fc5d99b2da6698aed04e9f525f242 (patch)
tree6b639815b2c0c8ad5496431205f578c0667bbe3c /changelog.d
parentEnforce validity period on server_keys for fed requests. (#5321) (diff)
downloadsynapse-dce6e9e0c11fc5d99b2da6698aed04e9f525f242.tar.xz
Avoid rapidly backing-off a server if we ignore the retry interval
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5335.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5335.bugfix b/changelog.d/5335.bugfix
new file mode 100644
index 0000000000..7318cbe35e
--- /dev/null
+++ b/changelog.d/5335.bugfix
@@ -0,0 +1 @@
+Fix a bug where we could rapidly mark a server as unreachable even though it was only down for a few minutes.