synapse/changelog.d/10119.misc
Erik Johnston c37dad67ab
Improve event caching code (#10119)
Ensure we only load an event from the DB once when the same event is requested multiple times at once.
2021-08-04 13:54:51 +01:00

2 lines
97 B
Plaintext

Improve event caching mechanism to avoid having multiple copies of an event in memory at a time.