anonymousland-synapse/synapse/storage
Nick Mills-Barrett 6b4593a80f
Simplify cache invalidation after event persist txn (#13796)
This moves all the invalidations into a single place and de-duplicates
the code involved in invalidating caches for a given event by using
the base class method.
2022-09-26 16:26:35 +01:00
..
controllers Faster room joins: Avoid blocking /keys/changes (#13888) 2022-09-23 17:55:15 +01:00
databases Simplify cache invalidation after event persist txn (#13796) 2022-09-26 16:26:35 +01:00
engines Require SQLite >= 3.27.0 (#13760) 2022-09-09 11:14:10 +01:00
schema Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
util Cancel the processing of key query requests when they time out. (#13680) 2022-09-07 12:03:32 +01:00
__init__.py
_base.py Simplify cache invalidation after event persist txn (#13796) 2022-09-26 16:26:35 +01:00
background_updates.py Generate separate snapshots for logical databases (#13792) 2022-09-20 14:14:12 +01:00
database.py Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2022-09-23 14:33:28 +00:00
keys.py
prepare_database.py Use dummy fallback engines if imports fail (#12979) 2022-06-07 17:33:55 +01:00
push_rule.py
roommember.py
state.py Update the rejected state of events during resync (#13459) 2022-08-11 10:42:24 +00:00
types.py