Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-18 | Batch cache invalidation over replication | Erik Johnston | 3 | -32/+69 | |
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 | Fixup error handling and message | Erik Johnston | 1 | -5/+6 | |