Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant changes from synapse/replication/tcp/streams.py (#4813) | Richard van der Hoff | 2019-03-06 | 1 | -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 changes | Erik Johnston | 2019-02-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-09-14 | 1 | -1/+1 |
|\ | |||||
| * | Fix minor typo in exception | Travis Ralston | 2018-09-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-07-10 | 1 | -3/+2 |
|\| | |||||
| * | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
| | | |||||
* | | Increase MAX_EVENTS_BEHIND for replication clients | Erik Johnston | 2018-06-22 | 1 | -1/+1 |
|/ | |||||
* | Fix replication. And notify | Erik Johnston | 2017-07-20 | 1 | -0/+20 |
| | |||||
* | Initial worker impl | Erik Johnston | 2017-06-16 | 1 | -0/+22 |
| | |||||
* | Comments | Erik Johnston | 2017-04-10 | 1 | -2/+2 |
| | |||||
* | Document types of the replication streams | Erik Johnston | 2017-04-06 | 1 | -28/+76 |
| | |||||
* | Advance replication streams even if nothing is listening | Erik Johnston | 2017-04-04 | 1 | -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 docs | Erik Johnston | 2017-03-31 | 1 | -2/+2 |
| | |||||
* | Define the various streams we will replicate | Erik Johnston | 2017-03-30 | 1 | -0/+409 |