forked-synapse/synapse/replication/tcp/streams
Erik Johnston a6ea1a957e
Don't pull event from DB when handling replication traffic. (#8669)
I was trying to make it so that we didn't have to start a background task when handling RDATA, but that is a bigger job (due to all the code in `generic_worker`). However I still think not pulling the event from the DB may help reduce some DB usage due to replication, even if most workers will simply go and pull that event from the DB later anyway.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2020-10-28 12:11:45 +00:00
..
__init__.py Improve type checking in replication.tcp.Stream (#7291) 2020-04-17 14:49:55 +01:00
_base.py Only send RDATA for instance local events. (#8496) 2020-10-09 13:10:33 +01:00
events.py Don't pull event from DB when handling replication traffic. (#8669) 2020-10-28 12:11:45 +00:00
federation.py Support any process writing to cache invalidation stream. (#7436) 2020-05-07 13:51:08 +01:00