MatrixSynapse/synapse/replication/slave/storage
Erik Johnston a9b5ea6fc1 Batch cache invalidation over replication
Currently whenever the current state changes in a room invalidate a lot
of caches, which cause *a lot* of traffic over replication. Instead,
lets batch up all those invalidations and send a single poke down
the replication streams.

Hopefully this will reduce load on the master process by substantially
reducing traffic.
2019-02-18 17:53:31 +00:00
..
__init__.py
_base.py Batch cache invalidation over replication 2019-02-18 17:53:31 +00:00
_slaved_id_tracker.py
account_data.py
appservice.py
client_ips.py
deviceinbox.py
devices.py
directory.py
events.py
filtering.py
groups.py
keys.py
presence.py
profile.py
push_rule.py
pushers.py
receipts.py
registration.py
room.py
transactions.py