diff options
author | Erik Johnston <erikj@element.io> | 2024-01-10 15:11:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 15:11:59 +0000 |
commit | cbe8a80d108068c585f76bc18e14c61371644f84 (patch) | |
tree | 797e5aae7360e76d2fd81fc65ff35d44abbbdf7c /changelog.d/16783.misc | |
parent | Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106 (#16797) (diff) | |
download | synapse-cbe8a80d108068c585f76bc18e14c61371644f84.tar.xz |
Faster load recents for sync (#16783)
This hopefully reduces the amount of state we need to keep in memory
Diffstat (limited to 'changelog.d/16783.misc')
-rw-r--r-- | changelog.d/16783.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16783.misc b/changelog.d/16783.misc new file mode 100644 index 0000000000..9d3b96ffc6 --- /dev/null +++ b/changelog.d/16783.misc @@ -0,0 +1 @@ +Faster load recents for sync by reducing amount of state pulled out. |