From 5548fe097881b543cba37c7cda27ff7efe55025d Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 26 Aug 2021 07:16:53 -0400 Subject: Cache the result of fetching the room hierarchy over federation. (#10647) --- changelog.d/10647.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10647.misc (limited to 'changelog.d/10647.misc') 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. -- cgit 1.4.1