Skip to content
Snippets Groups Projects
Unverified Commit d9f69493 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Fix spinloop during partial state sync when a prev event is in backoff (#15351)


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: default avatarSean Quah <seanq@matrix.org>
parent a3bad89d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment