Skip to content

Commit

Permalink
Increase max variables per room
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Feb 17, 2024
1 parent 5aa052b commit c450e34
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 = 20;
this.maxVariables = 128;
/**
* Maximum number of clients that can be connected to this room.
*/
Expand Down

0 comments on commit c450e34

Please sign in to comment.