summary refs log tree commit diff
path: root/synapse/storage/database.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-25Move catchup of replication streams to worker. (#7024)Erik Johnston24-487/+635
This changes the replication protocol so that the server does not send down `RDATA` for rows that happened before the client connected. Instead, the server will send a `POSITION` and clients then query the database (or master out of band) to get up to date.
2020-03-25Various cleanups to INSTALL.md (#7141)Andrew Morgan2