summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-07-18 12:35:45 -0700
committerGitHub <noreply@github.com>2022-07-18 12:35:45 -0700
commit15edf23626a55ee38a8ee394bfcc8eaeff733c37 (patch)
treec164a2b90e90edafb483559d104a5d2086778c86 /changelog.d
parentFix overcounting of pushers when they are replaced (#13296) (diff)
downloadsynapse-15edf23626a55ee38a8ee394bfcc8eaeff733c37.tar.xz
Improve performance of query ` _get_subset_users_in_room_with_profiles` (#13299)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13299.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13299.misc b/changelog.d/13299.misc
new file mode 100644
index 0000000000..a9d5566873
--- /dev/null
+++ b/changelog.d/13299.misc
@@ -0,0 +1 @@
+Improve performance of query  `_get_subset_users_in_room_with_profiles`.