Skip to content

Commit

Permalink
Merge branch 'master' into username-validate-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Feb 17, 2024
2 parents a72d14a + c450e34 commit 714c86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Room {
/**
* Maximum number of variables that can be within this room.
*/
this.maxVariables = 100;
this.maxVariables = 128;
/**
* Maximum number of clients that can be connected to this room.
*/
Expand Down

0 comments on commit 714c86e

Please sign in to comment.