diff options
author | Shay <hillerys@element.io> | 2023-02-08 11:25:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 11:25:11 -0800 |
commit | 55e4d27b36fd69a3cf3eceecbd42706579ef2dc7 (patch) | |
tree | 5dec59c10eb02b84f840d18a198028f603ce70c8 /changelog.d | |
parent | Explicit disabling of disallowed_untyped_defs. (#15026) (diff) | |
download | synapse-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.misc | 1 |
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 |