summary refs log tree commit diff
path: root/synapse/replication/http/streams.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert replication code to async/await. (#7987)Patrick Cloke2020-08-031-1/+1
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-4/+1
* Have all instances correctly respond to REPLICATE command. (#7475)Erik Johnston2020-05-131-2/+2
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-011-1/+3
* Remove 'limit' param from `get_repl_stream_updates` APIRichard van der Hoff2020-04-231-5/+7
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-0/+78