Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-04 | Call RetryLimiter correctly (#5340) | Richard van der Hoff | 2 | -1/+8 | |
Fixes a regression introduced in #5335. | |||||
2019-06-04 | Fix failure to fetch batches of PDUs (#5342) | Richard van der Hoff | 2 | -0/+2 | |
FederationClient.get_pdu is called in a loop to fetch a batch of PDUs. A failure to fetch one should not result in a failure of the whole batch. Add the missing `continue`. | |||||
2019-06-04 |