summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant changes from synapse/replication/tcp/streams.py (#4813)Richard van der Hoff2019-03-061-2/+2
| | | | | This was some hacky code (introduced in c10c71e70d) to make the presence stream do nothing on hotfixes. We now ensure that no replication clients subscribe to the presence stream, so this is redundant.
* Emergency changesErik Johnston2019-02-151-2/+2
|
* Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-09-141-1/+1
|\
| * Fix minor typo in exceptionTravis Ralston2018-09-131-1/+1
| |
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2018-07-101-3/+2
|\|
| * run isortAmber Brown2018-07-091-3/+2
| |
* | Increase MAX_EVENTS_BEHIND for replication clientsErik Johnston2018-06-221-1/+1
|/
* Fix replication. And notifyErik Johnston2017-07-201-0/+20
|
* 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