summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-06-04 11:53:29 +0100
committerGitHub <noreply@github.com>2019-06-04 11:53:29 +0100
commitdf9c1005427942cabda60fae5cddfad8b638aa4b (patch)
tree48683f6e793bcaf09a393a9a234c2752bdb2658e /changelog.d
parentDon't do long retries when calling the key notary server. (#5334) (diff)
parentAvoid rapidly backing-off a server if we ignore the retry interval (diff)
downloadsynapse-df9c1005427942cabda60fae5cddfad8b638aa4b.tar.xz
Avoid rapidly backing-off a server if we ignore the retry interval (#5335)
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.