Skip to content

Commit

Permalink
Update src/server/accessors/ModifyDeleter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Jul 10, 2024
1 parent 7035140 commit 4c0aab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/accessors/ModifyDeleter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class ModifyDeleter implements IModifyDeleter {
*
* For performance reasons, it is only possible to remove 50 users in one
* call to this method. Removing users is an expensive operation due to the
* amount of entities that need to be modified.
* amount of entity relationships that need to be modified.
*/
public async removeUsersFromRoom(roomId: string, usernames: Array<string>) {
if (usernames.length > 50) {
Expand Down

0 comments on commit 4c0aab3

Please sign in to comment.