diff options
author | Erik Johnston <erikj@element.io> | 2024-01-10 14:31:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 14:31:35 +0000 |
commit | 578c5c736e4ca2479c8b72b5e9ac20cd7acde0e8 (patch) | |
tree | c1691e4db32a6108553e1f744f00dd13ad9a1a5f /changelog.d/16785.misc | |
parent | Split up deleting devices into batches (#16766) (diff) | |
download | synapse-578c5c736e4ca2479c8b72b5e9ac20cd7acde0e8.tar.xz |
Reduce amount of state pulled out when querying federation hierachy (#16785)
There are two changes here: 1. Only pull out the required state when handling the request. 2. Change the get filtered state return type to check that we're only querying state that was requested --------- Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'changelog.d/16785.misc')
-rw-r--r-- | changelog.d/16785.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16785.misc b/changelog.d/16785.misc new file mode 100644 index 0000000000..4de185c5dd --- /dev/null +++ b/changelog.d/16785.misc @@ -0,0 +1 @@ +Reduce amount of state pulled out when querying federation hierachy. |