summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial worker implErik Johnston2017-06-161-0/+22
|
* CommentsErik Johnston2017-04-101-2/+2
|
* Document types of the replication streamsErik Johnston2017-04-061-28/+76
|
* Advance replication streams even if nothing is listeningErik Johnston2017-04-041-0/+7
| | | | | | Otherwise the streams don't advance and steadily fall behind, so when a worker does connect either a) they'll be streamed lots of old updates or b) the connection will fail as the streams are too far behind.
* Fix up docsErik Johnston2017-03-311-2/+2
|
* Define the various streams we will replicateErik Johnston2017-03-301-0/+409