diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-11-22 09:47:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 09:47:32 -0500 |
commit | 7eb74600423e00c6982493eed18551d7f294140d (patch) | |
tree | 402003f3ce819f459c8605cc3ccf2d88e6fd420b /changelog.d | |
parent | Batch fetch bundled references (#14508) (diff) | |
download | synapse-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.feature | 1 |
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. |