mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 12:36:01 -05:00
d9f694932c
Previously, we would spin in a tight loop until `update_state_for_partial_state_event` stopped raising `FederationPullAttemptBackoffError`s. Replace the spinloop with a wait until the backoff period has expired. Signed-off-by: Sean Quah <seanq@matrix.org>