diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-26 13:49:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 11:49:44 +0100 |
commit | 47ffc7e5482cc8d7bc376f362f8db5baddbcf4b3 (patch) | |
tree | fde02ee21b5d6f8600848cf44d396240000a2515 /changelog.d | |
parent | Improve comments in StateGroupBackgroundUpdateStore. (#16383) (diff) | |
download | synapse-47ffc7e5482cc8d7bc376f362f8db5baddbcf4b3.tar.xz |
Reduce calls to `send_presence_to_destinations` (#16385)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16385.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16385.misc b/changelog.d/16385.misc new file mode 100644 index 0000000000..d439a931d6 --- /dev/null +++ b/changelog.d/16385.misc @@ -0,0 +1 @@ +Minor performance improvement when sending presence to federated servers. |