diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-02-22 13:33:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 13:33:22 +0000 |
commit | 81364db49b7778021edcd5912555dd3e1583c1b8 (patch) | |
tree | fa3bed2aeae73c18a7bb78fed15eac6aa27ea686 /changelog.d | |
parent | Fix slow performance of `/logout` in some cases where refresh tokens are in u... (diff) | |
download | synapse-81364db49b7778021edcd5912555dd3e1583c1b8.tar.xz |
Run `_handle_queued_pdus` as a background process (#12041)
... to ensure it gets a proper log context, mostly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12041.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12041.misc b/changelog.d/12041.misc new file mode 100644 index 0000000000..e56dc093de --- /dev/null +++ b/changelog.d/12041.misc @@ -0,0 +1 @@ +After joining a room, create a dedicated logcontext to process the queued events. |