summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-14 14:08:35 +0000
committerGitHub <noreply@github.com>2020-01-14 14:08:35 +0000
commitb5ce7f5874b1d6983a4bb992cb3a8093df6b1802 (patch)
treeb9665dd81acf79f88d22c28e05fb1db0e7634b31 /changelog.d
parentFixup synapse.replication to pass mypy checks (#6667) (diff)
downloadsynapse-b5ce7f5874b1d6983a4bb992cb3a8093df6b1802.tar.xz
Process EDUs in parallel with PDUs. (#6697)
This means that things like to device messages don't get blocked behind
processing PDUs, which can potentially take *ages*.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6697.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6697.misc b/changelog.d/6697.misc
new file mode 100644
index 0000000000..5650387804
--- /dev/null
+++ b/changelog.d/6697.misc
@@ -0,0 +1 @@
+Don't block processing of incoming EDUs behind processing PDUs in the same transaction.