diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-17 10:34:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 10:34:27 +0100 |
commit | fcf951d5dc7ca8c4cb18aa9c1f5ccb005df3610a (patch) | |
tree | 261694bc915a44abc55dc062ffb4ba5eb959f9a7 /changelog.d | |
parent | Tidy up and type-hint the database engine modules (#12734) (diff) | |
download | synapse-fcf951d5dc7ca8c4cb18aa9c1f5ccb005df3610a.tar.xz |
Track in memory events using weakrefs (#10533)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10533.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10533.misc b/changelog.d/10533.misc new file mode 100644 index 0000000000..f70dc6496f --- /dev/null +++ b/changelog.d/10533.misc @@ -0,0 +1 @@ +Improve event caching mechanism to avoid having multiple copies of an event in memory at a time. |