summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-11-22 09:47:32 -0500
committerGitHub <noreply@github.com>2022-11-22 09:47:32 -0500
commit7eb74600423e00c6982493eed18551d7f294140d (patch)
tree402003f3ce819f459c8605cc3ccf2d88e6fd420b /changelog.d
parentBatch fetch bundled references (#14508) (diff)
downloadsynapse-7eb74600423e00c6982493eed18551d7f294140d.tar.xz
Parallelize calls to fetch bundled aggregations. (#14510)
The bundled aggregations for annotations, references, and edits
can be parallelized.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14510.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14510.feature b/changelog.d/14510.feature
new file mode 100644
index 0000000000..4fca7282f7
--- /dev/null
+++ b/changelog.d/14510.feature
@@ -0,0 +1 @@
+Reduce database load of [Client-Server endpoints](https://spec.matrix.org/v1.4/client-server-api/#aggregations) which return bundled aggregations.