synapse/changelog.d/13308.misc
Nick Mills-Barrett 2ee0b6ef4b
Safe async event cache (#13308)
Fix race conditions in the async cache invalidation logic, by separating
the async & local invalidation calls and ensuring any async call i
executed first.

Signed off by Nick @ Beeper (@Fizzadar).
2022-07-19 11:25:29 +00:00

2 lines
101 B
Plaintext

Use an asynchronous cache wrapper for the get event cache. Contributed by Nick @ Beeper (@fizzadar).