forked-synapse/synapse/replication
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
..
slave Reduce federation presence replication traffic 2017-04-10 16:48:30 +01:00
tcp Typo 2017-04-10 16:17:40 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
expire_cache.py Invalidate retry cache in both directions 2016-11-22 17:45:44 +00:00
presence_resource.py Allow external processes to mark a user as syncing. (#812) 2016-06-02 15:20:15 +01:00
pusher_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
resource.py Make federation send queue take the current position 2017-03-30 12:54:36 +01:00