summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-08 13:06:00 +0100
committerGitHub <noreply@github.com>2023-09-08 13:06:00 +0100
commitd23c394669660a7226c818f222a76ec0905e126e (patch)
tree9800dd9d086e8ea7897c2dad80807f92f8208a85 /changelog.d
parentRecheck if remote device is cached before requesting it (#16252) (diff)
downloadsynapse-d23c394669660a7226c818f222a76ec0905e126e.tar.xz
Reduce CPU overhead of change password endpoint (#16264)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16264.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16264.misc b/changelog.d/16264.misc
new file mode 100644
index 0000000000..a744434bef
--- /dev/null
+++ b/changelog.d/16264.misc
@@ -0,0 +1 @@
+Reduce CPU overhead of change password endpoint.