mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-26 18:58:15 -04:00

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>