summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-23 14:01:29 -0500
committerGitHub <noreply@github.com>2022-09-23 14:01:29 -0500
commitac1a31740b6d0dfda4d57a25762aaddfde981caf (patch)
treeb46f3ce03e433757fb9ad2cbc67c28783e018bf3 /changelog.d
parentFaster room joins: Avoid blocking `/keys/changes` (#13888) (diff)
downloadsynapse-ac1a31740b6d0dfda4d57a25762aaddfde981caf.tar.xz
Only try to backfill event if we haven't tried before recently (#13635)
Only try to backfill event if we haven't tried before recently (exponential backoff). No need to keep trying the same backfill point that fails over and over.

Fix https://github.com/matrix-org/synapse/issues/13622
Fix https://github.com/matrix-org/synapse/issues/8451

Follow-up to https://github.com/matrix-org/synapse/pull/13589

Part of https://github.com/matrix-org/synapse/issues/13356
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13635.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13635.feature b/changelog.d/13635.feature
new file mode 100644
index 0000000000..d86bf7ed80
--- /dev/null
+++ b/changelog.d/13635.feature
@@ -0,0 +1 @@
+Exponentially backoff from backfilling the same event over and over.