summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-08-30 07:12:48 -0400
committerGitHub <noreply@github.com>2022-08-30 07:12:48 -0400
commit20df96a7a7e3d676b0beae12d0eeb1f1d668247e (patch)
treeaae97add68dca8779c791cff3cdf24feddd22abd /changelog.d
parentFix that user cannot `/forget` rooms after the last member has left (#13546) (diff)
downloadsynapse-20df96a7a7e3d676b0beae12d0eeb1f1d668247e.tar.xz
Speed up inserting `event_push_actions_staging`. (#13634)
By using `execute_values` instead of `execute_batch`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13634.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13634.feature b/changelog.d/13634.feature
new file mode 100644
index 0000000000..0a8827205d
--- /dev/null
+++ b/changelog.d/13634.feature
@@ -0,0 +1 @@
+Improve performance of sending messages in rooms with thousands of local users.