Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Optimise createRoom with multiple invites #8559

Merged
merged 3 commits into from
Oct 29, 2020
Merged

Commits on Oct 15, 2020

  1. Optimise createRoom with multiple invites

    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.
    
    (Is this a DoS vector? If someone invites thousands of people to a room, they
    will receive the invite, but won't be able to accept it until the invites have
    stopped churning? Though we should guard against abusive createRooms anyway.)
    richvdh committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    88764dc View commit details
    Browse the repository at this point in the history
  2. changelog

    richvdh committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    172fe51 View commit details
    Browse the repository at this point in the history
  3. Update 8559.misc

    richvdh authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    db62e76 View commit details
    Browse the repository at this point in the history