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 13:00:13 +0100
committerGitHub <noreply@github.com>2019-09-12 13:00:13 +0100
commit3d882a7ba52114f18ec6be61c51561db203a0534 (patch)
treed665327f402ef3b7225daa6ce28a67bac916a546 /changelog.d
parentFix bug in calculating the federation retry backoff period (#6025) (diff)
downloadsynapse-3d882a7ba52114f18ec6be61c51561db203a0534.tar.xz
Remove the cap on federation retry interval. (#6026)
Essentially the intention here is to end up blacklisting servers which never
respond to federation requests.

Fixes https://github.com/matrix-org/synapse/issues/5113.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6026.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6026.feature b/changelog.d/6026.feature
new file mode 100644
index 0000000000..2489ff09b5
--- /dev/null
+++ b/changelog.d/6026.feature
@@ -0,0 +1 @@
+Stop sending federation transactions to servers which have been down for a long time.