diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-08-30 07:12:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 07:12:48 -0400 |
commit | 20df96a7a7e3d676b0beae12d0eeb1f1d668247e (patch) | |
tree | aae97add68dca8779c791cff3cdf24feddd22abd /changelog.d | |
parent | Fix that user cannot `/forget` rooms after the last member has left (#13546) (diff) | |
download | synapse-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.feature | 1 |
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. |