diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-14 16:20:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 16:20:47 +0100 |
commit | 329597022ee02516e5cbee11fcd566e05609b724 (patch) | |
tree | 386ca9ea5f6d47308a8832f009da92f0e6754917 /changelog.d | |
parent | Speed up deleting to-device messages task (#16318) (diff) | |
download | synapse-329597022ee02516e5cbee11fcd566e05609b724.tar.xz |
Some minor performance fixes for task schedular (#16313)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16313.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16313.misc b/changelog.d/16313.misc new file mode 100644 index 0000000000..4f266c1fb0 --- /dev/null +++ b/changelog.d/16313.misc @@ -0,0 +1 @@ +Delete device messages asynchronously and in staged batches using the task scheduler. |