diff options
author | Eric Eastwood <erice@element.io> | 2022-09-23 14:01:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 14:01:29 -0500 |
commit | ac1a31740b6d0dfda4d57a25762aaddfde981caf (patch) | |
tree | b46f3ce03e433757fb9ad2cbc67c28783e018bf3 /changelog.d | |
parent | Faster room joins: Avoid blocking `/keys/changes` (#13888) (diff) | |
download | synapse-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.feature | 1 |
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. |