diff options
author | Erik Johnston <erik@matrix.org> | 2023-03-27 14:32:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 14:32:36 +0100 |
commit | 96f163d932626e2c95a9ebdda293a14ee5b1dfea (patch) | |
tree | 2ecc8d54ba2a5cf88cfe1a7236b2a1a7b09cbabd /changelog.d | |
parent | Load `/password_policy` endpoint on workers. (#15331) (diff) | |
download | synapse-96f163d932626e2c95a9ebdda293a14ee5b1dfea.tar.xz |
Prune old typing notifications (#15332)
Rather than keeping them around forever in memory, slowing things down. Fixes #11750.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15332.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15332.bugfix b/changelog.d/15332.bugfix new file mode 100644 index 0000000000..ca6fb1d2fd --- /dev/null +++ b/changelog.d/15332.bugfix @@ -0,0 +1 @@ +Fix bug in worker mode where on a rolling restart of workers the "typing" worker would consume 100% CPU until it got restarted. |