mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:06:01 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/backfill_fixes
This commit is contained in:
commit
74b7de83ec
26 changed files with 259 additions and 144 deletions
|
@ -194,6 +194,8 @@ class FederationClient(FederationBase):
|
|||
outlier (bool): Indicates whether the PDU is an `outlier`, i.e. if
|
||||
it's from an arbitary point in the context as opposed to part
|
||||
of the current block of PDUs. Defaults to `False`
|
||||
timeout (int): How long to try (in ms) each destination for before
|
||||
moving to the next destination. None indicates no timeout.
|
||||
|
||||
Returns:
|
||||
Deferred: Results in the requested PDU.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue