diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-03 23:50:43 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-03 23:58:42 +0100 |
commit | dce6e9e0c11fc5d99b2da6698aed04e9f525f242 (patch) | |
tree | 6b639815b2c0c8ad5496431205f578c0667bbe3c /changelog.d | |
parent | Enforce validity period on server_keys for fed requests. (#5321) (diff) | |
download | synapse-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.bugfix | 1 |
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. |