MatrixSynapse/synapse/app
Erik Johnston 4cff617df1
Move catchup of replication streams to worker. (#7024)
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-25 14:54:01 +00:00
..
__init__.py
_base.py Move pusherpool startup into _base.setup (#7104) 2020-03-19 09:48:45 +00:00
admin_cmd.py
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
homeserver.py Move pusherpool startup into _base.setup (#7104) 2020-03-19 09:48:45 +00:00
media_repository.py
pusher.py
synchrotron.py
user_dir.py