-
- Downloads
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
Showing
- changelog.d/13635.feature 1 addition, 0 deletionschangelog.d/13635.feature
- synapse/handlers/federation.py 1 addition, 3 deletionssynapse/handlers/federation.py
- synapse/storage/databases/main/event_federation.py 147 additions, 41 deletionssynapse/storage/databases/main/event_federation.py
- tests/storage/test_event_federation.py 477 additions, 4 deletionstests/storage/test_event_federation.py
Loading
Please register or sign in to comment