diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-13 08:43:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 08:43:53 -0500 |
commit | 2920e540bfd263e33fa25a6f6d642a9f2b965c2f (patch) | |
tree | d7514a1b5414107c8f4fd8cba4dfd00df034db61 /changelog.d | |
parent | Improve validation of field size limits in events. (#14664) (diff) | |
download | synapse-2920e540bfd263e33fa25a6f6d642a9f2b965c2f.tar.xz |
Use the room type from stats in hierarchy response. (#14263)
This avoids pulling additional state information (and events) from the database for each item returned in the hierarchy response. The room type might be out of date until a background update finishes running, the worst impact of this would be spaces being treated as rooms in the hierarchy response. This should self-heal once the background update finishes.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14263.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14263.misc b/changelog.d/14263.misc new file mode 100644 index 0000000000..11d9446a4b --- /dev/null +++ b/changelog.d/14263.misc @@ -0,0 +1 @@ +Improve performance of the `/hierarchy` endpoint. |