diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-07-22 10:26:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 10:26:09 +0100 |
commit | 0fa41a7b172cb157c6d6df41e7ae4bf5cbdc0d36 (patch) | |
tree | 3961422a854a6754a3d615e2b1af38bf48f4822d /changelog.d | |
parent | Skip soft fail checks for rooms with partial state (#13354) (diff) | |
download | synapse-0fa41a7b172cb157c6d6df41e7ae4bf5cbdc0d36.tar.xz |
Update locked frozendict version to 2.3.3 (#13352)
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13352.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13352.bugfix b/changelog.d/13352.bugfix new file mode 100644 index 0000000000..8128714299 --- /dev/null +++ b/changelog.d/13352.bugfix @@ -0,0 +1 @@ +Update locked version of `frozendict` to 2.3.3, which has fixes for memory leaks affecting `/sync`. |