diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-26 07:16:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 07:16:53 -0400 |
commit | 5548fe097881b543cba37c7cda27ff7efe55025d (patch) | |
tree | 3a8f861d3ab0ac316f02b78b81059172bcb917df /changelog.d | |
parent | Make a note to leave a summary when one is bumping the schema version (#10621) (diff) | |
download | synapse-5548fe097881b543cba37c7cda27ff7efe55025d.tar.xz |
Cache the result of fetching the room hierarchy over federation. (#10647)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10647.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10647.misc b/changelog.d/10647.misc new file mode 100644 index 0000000000..4407a9030d --- /dev/null +++ b/changelog.d/10647.misc @@ -0,0 +1 @@ +Improve the performance of the `/hierarchy` API (from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)) by caching responses received over federation. |