MatrixSynapse/synapse/api
Sean Quah d9f694932c
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: Sean Quah <seanq@matrix.org>
2023-03-30 13:36:41 +01:00
..
__init__.py
auth.py
auth_blocking.py
constants.py
errors.py Fix spinloop during partial state sync when a prev event is in backoff (#15351) 2023-03-30 13:36:41 +01:00
filtering.py Avoid fetching unused account data in sync. (#14973) 2023-02-10 14:22:16 +00:00
presence.py
ratelimiting.py
room_versions.py
urls.py