diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-17 11:58:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 10:58:00 +0000 |
commit | 5ef05c70c30ec06376c48f443c5722fbf5dd2aa0 (patch) | |
tree | 5225d2b1852b91b9e693d60c76d36e6c3b02e34d /changelog.d | |
parent | Use new `device_list_changes_in_room` table when getting device list changes ... (diff) | |
download | synapse-5ef05c70c30ec06376c48f443c5722fbf5dd2aa0.tar.xz |
Rotate notifications more frequently (#13096)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13096.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13096.misc b/changelog.d/13096.misc new file mode 100644 index 0000000000..3bb51962e7 --- /dev/null +++ b/changelog.d/13096.misc @@ -0,0 +1 @@ +Reduce DB usage of `/sync` when a large number of unread messages have recently been sent in a room. |