summary refs log tree commit diff
path: root/synapse/util/async_helpers.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-03Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff3-17/+8
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor.
2020-01-03Reduce the reconnect time when replication fails. (#6617)Richard van der Hoff2-1/+3