mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 13:40:38 -05:00
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. |
||
|---|---|---|
| .. | ||
| storage | ||
| __init__.py | ||