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

Improvements to purging rooms #11842

Closed
clokep opened this issue Jan 27, 2022 · 1 comment
Closed

Improvements to purging rooms #11842

clokep opened this issue Jan 27, 2022 · 1 comment
Labels
T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.

Comments

@clokep
Copy link
Member

clokep commented Jan 27, 2022

There are some improvements we could make to purging rooms to make them safer, more reliable, and faster:

  • Ensure that local users cannot join a room that is being purged. (Or just stop all local events from being sent to the room.)
  • Ignore incoming federation traffic for a room that is being purged.
  • Perhaps batch all the local leaves together to avoid doing state resolution before and after each leave event.

See also #11521.

@clokep clokep added the T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. label Jan 27, 2022
@richvdh
Copy link
Member

richvdh commented May 19, 2022

I think this is fixed by #12594?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
Development

No branches or pull requests

2 participants