summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-02-22 13:33:22 +0000
committerGitHub <noreply@github.com>2022-02-22 13:33:22 +0000
commit81364db49b7778021edcd5912555dd3e1583c1b8 (patch)
treefa3bed2aeae73c18a7bb78fed15eac6aa27ea686 /changelog.d
parentFix slow performance of `/logout` in some cases where refresh tokens are in u... (diff)
downloadsynapse-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.misc1
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.