diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-29 11:48:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 11:48:39 +0000 |
commit | 56f0ee78a9c95844289ae71169f18f443ea2df6c (patch) | |
tree | 23818c8c3eb4c65b026b219e18a8b093cfa48bfd /changelog.d | |
parent | Support generating structured logs in addition to standard logs. (#8607) (diff) | |
download | synapse-56f0ee78a9c95844289ae71169f18f443ea2df6c.tar.xz |
Optimise createRoom with multiple invites (#8559)
By not dropping the membership lock between invites, we can stop joins from grabbing the lock when we're half-done and slowing the whole thing down.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8559.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8559.misc b/changelog.d/8559.misc new file mode 100644 index 0000000000..d7bd00964e --- /dev/null +++ b/changelog.d/8559.misc @@ -0,0 +1 @@ +Optimise `/createRoom` with multiple invited users. |