Open richvdh opened 1 year ago
shutting down a big room with DELETE /_synapse/admin/v1/rooms/<roomId> takes hours and chews CPU while it does it.
DELETE /_synapse/admin/v1/rooms/<roomId>
I think it's creating all the leave events (which we do so that we can send them on to clients).
leave
shutting down a big room with
DELETE /_synapse/admin/v1/rooms/<roomId>
takes hours and chews CPU while it does it.I think it's creating all the
leave
events (which we do so that we can send them on to clients).