mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 15:12:18 -04:00
Fix regression where we no longer correctly handled the case of gaps in our event graph
This commit is contained in:
parent
c1c7b39827
commit
c1d860870b
2 changed files with 9 additions and 2 deletions
|
@ -366,10 +366,13 @@ class FederationServer(object):
|
|||
logger.debug("Processed pdu %s", event_id)
|
||||
else:
|
||||
logger.warn("Failed to get PDU %s", event_id)
|
||||
fetch_state = True
|
||||
except:
|
||||
# TODO(erikj): Do some more intelligent retries.
|
||||
logger.exception("Failed to get PDU")
|
||||
fetch_state = True
|
||||
else:
|
||||
fetch_state = True
|
||||
else:
|
||||
fetch_state = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue