summary refs log tree commit diff
path: root/changelog.d/15351.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.81.0rc1Erik Johnston2023-04-041-1/+0
|
* Fix spinloop during partial state sync when a prev event is in backoff (#15351)Sean Quah2023-03-301-0/+1
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>