diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-14 14:08:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 14:08:35 +0000 |
commit | b5ce7f5874b1d6983a4bb992cb3a8093df6b1802 (patch) | |
tree | b9665dd81acf79f88d22c28e05fb1db0e7634b31 /changelog.d | |
parent | Fixup synapse.replication to pass mypy checks (#6667) (diff) | |
download | synapse-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.misc | 1 |
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. |