diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-04 20:12:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 20:12:25 +0100 |
commit | b446c99ac9ecf5d06e868b6da363b113c7aecaf5 (patch) | |
tree | 6388a82e69508f4a15995257116cbed9f29bcfc8 /changelog.d | |
parent | Track device list updates per room. (#12321) (diff) | |
download | synapse-b446c99ac9ecf5d06e868b6da363b113c7aecaf5.tar.xz |
Prefill the device_list_stream_cache (#12367)
* Prefill the device_list_stream_cache * Newsfile * Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12367.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12367.feature b/changelog.d/12367.feature new file mode 100644 index 0000000000..34bb60e966 --- /dev/null +++ b/changelog.d/12367.feature @@ -0,0 +1 @@ +Reduce overhead of restarting synchrotrons. |