diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-13 11:59:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 11:59:44 +0100 |
commit | e9addf6a01ab173bcf0aeeae35d7052a5bde9454 (patch) | |
tree | 40ad587053de6dd3095a9a485473649249ef1dbc /changelog.d | |
parent | Fix deleting device inbox when using background worker (#16311) (diff) | |
download | synapse-e9addf6a01ab173bcf0aeeae35d7052a5bde9454.tar.xz |
Don't schedule an async task on every sync (#16312)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16312.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16312.misc b/changelog.d/16312.misc new file mode 100644 index 0000000000..4f266c1fb0 --- /dev/null +++ b/changelog.d/16312.misc @@ -0,0 +1 @@ +Delete device messages asynchronously and in staged batches using the task scheduler. |