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-09-12 12:59:43 +0100
committerGitHub <noreply@github.com>2019-09-12 12:59:43 +0100
commit0388beafe48d1ae9c30565c37b8902b9aa0b8fe2 (patch)
treef5e9944606f8639a01c10ee54a2a21646c2d860b /changelog.d
parentMerge pull request #6024 from matrix-org/dbkr/fix_sso_fallback_login (diff)
downloadsynapse-0388beafe48d1ae9c30565c37b8902b9aa0b8fe2.tar.xz
Fix bug in calculating the federation retry backoff period (#6025)
This was intended to introduce an element of jitter; instead it gave you a
30/60 chance of resetting to zero.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6025.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6025.bugfix b/changelog.d/6025.bugfix
new file mode 100644
index 0000000000..50d7f9aab5
--- /dev/null
+++ b/changelog.d/6025.bugfix
@@ -0,0 +1 @@
+Fix bug in calculating the federation retry backoff period.
\ No newline at end of file