0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse/app
Erik Johnston 29574fd5b3 Reduce federation presence replication traffic
This is mainly done by moving the calculation of where to send presence
updates from the presence handler to the transaction queue, so we only
need to send the presence event (and not the destinations) across the
replication connection. Before we were duplicating by sending the full
state across once per destination.
2017-04-10 16:48:30 +01:00
..
__init__.py Fix flake8 violation 2016-07-26 11:59:08 +01:00
appservice.py Add the appropriate amount of preserve_fn 2017-04-04 15:22:54 +01:00
client_reader.py Update all the workers and master to use TCP replication 2017-04-03 15:35:52 +01:00
federation_reader.py Update all the workers and master to use TCP replication 2017-04-03 15:35:52 +01:00
federation_sender.py Reduce federation presence replication traffic 2017-04-10 16:48:30 +01:00
homeserver.py Add tcp replication listener type and hook it up 2017-03-30 13:31:10 +01:00
media_repository.py Update all the workers and master to use TCP replication 2017-04-03 15:35:52 +01:00
pusher.py Add the appropriate amount of preserve_fn 2017-04-04 15:22:54 +01:00
synchrotron.py Reduce federation presence replication traffic 2017-04-10 16:48:30 +01:00
synctl.py Merge pull request #2107 from HarHarLinks/patch-1 2017-04-07 09:54:37 +01:00