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 Tag federation request spans with the worker name (#15042) 2023-02-09 22:33:39 +00:00
auth_blocking.py
constants.py Implement MSC3952: Intentional mentions (#14823) 2023-01-27 10:16:21 -05:00
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