forked-synapse/synapse/replication/slave/storage
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 catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
_slaved_id_tracker.py
account_data.py
appservice.py
client_ips.py
deviceinbox.py
devices.py Comments from review 2020-03-18 10:13:55 +00:00
directory.py
events.py Merge worker apps into one. (#6964) 2020-02-25 16:56:55 +00:00
filtering.py
groups.py
keys.py
presence.py
profile.py
push_rule.py
pushers.py Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
receipts.py
registration.py
room.py
transactions.py