diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-07-15 13:18:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 13:18:51 +0100 |
commit | d765ada84f42d57cda2a3b413df160d65fbb8761 (patch) | |
tree | 83da78e4280e9e7f608fd1b5a69d280904f6b16b /changelog.d/13284.misc | |
parent | Bg update to populate new `events` table columns (#13215) (diff) | |
download | synapse-d765ada84f42d57cda2a3b413df160d65fbb8761.tar.xz |
Update locked frozendict version to 2.3.2 (#13284)
`frozendict` 2.3.2 includes a fix for a memory leak in `frozendict.__hash__`. This likely has no impact outside of the deprecated `/initialSync` endpoint, which uses `StreamToken`s, containing `RoomStreamToken`s, containing `frozendict`s, as cache keys. Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d/13284.misc')
-rw-r--r-- | changelog.d/13284.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13284.misc b/changelog.d/13284.misc new file mode 100644 index 0000000000..fa9743a10e --- /dev/null +++ b/changelog.d/13284.misc @@ -0,0 +1 @@ +Update locked version of `frozendict` to 2.3.2, which has a fix for a memory leak. |