diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-30 14:18:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 14:18:42 +0100 |
commit | a2e0d4cd6024462f0067c56f83c2fe5b67da2109 (patch) | |
tree | 72d3d05c778b11ec08b3533df51a5d33bf5122c8 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-a2e0d4cd6024462f0067c56f83c2fe5b67da2109.tar.xz |
Fix rare bug that broke looping calls (#16210)
* Fix rare bug that broke looping calls We can't interact with the reactor from the main thread via looping call. Introduced in v1.90.0 / #15791. * Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16210.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16210.bugfix b/changelog.d/16210.bugfix new file mode 100644 index 0000000000..39c35a1fe1 --- /dev/null +++ b/changelog.d/16210.bugfix @@ -0,0 +1 @@ +Fix rare bug that broke looping calls, which could lead to e.g. linearly increasing memory usage. Introduced in v1.90.0. |