summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-02-08 11:25:11 -0800
committerGitHub <noreply@github.com>2023-02-08 11:25:11 -0800
commit55e4d27b36fd69a3cf3eceecbd42706579ef2dc7 (patch)
tree5dec59c10eb02b84f840d18a198028f603ce70c8 /changelog.d
parentExplicit disabling of disallowed_untyped_defs. (#15026) (diff)
downloadsynapse-55e4d27b36fd69a3cf3eceecbd42706579ef2dc7.tar.xz
Limit concurrent event creation for a room to avoid state resolution when sending bursts of events to a local room (#14977)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14977.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14977.misc b/changelog.d/14977.misc
new file mode 100644
index 0000000000..4d551c52b7
--- /dev/null
+++ b/changelog.d/14977.misc
@@ -0,0 +1 @@
+Limit concurrent event creation for a room to avoid state resolution when sending bursts of events to a local room.
\ No newline at end of file