Adjust TO max tournament team member limit to 12

This commit is contained in:
Kalle
2026-08-21 07:29:40 +03:00
parent 6671f042bc
commit d86ed7a8b1
2 changed files with 3 additions and 3 deletions

View File

@@ -20,9 +20,9 @@ import { USER } from "../user-page/user-page-constants";
/**
* Roster size cap for organizer-managed registrations. The per-tournament
* `maxMembersPerTeam` limit intentionally doesn't apply to organizers, so this
* is just a generous safety ceiling rather than a competitive constraint.
* is a safety ceiling rather than a competitive constraint.
*/
export const ADMIN_REGISTRATION_MAX_MEMBERS = 20;
export const ADMIN_REGISTRATION_MAX_MEMBERS = 12;
const memberFieldset = fieldset({
fields: z.object({

View File

@@ -67,7 +67,7 @@ Choose whether you want to host a regular 4v4 tournmament or 3v3/2v2/1v1 tournam
### Max team size
Only shown for 4v4 tournaments. The maximum number of players a team can have on their roster, between 4 and 10 (default 6). The limit does not apply to tournament organizers adding players to a team. For 3v3/2v2/1v1 the roster size is always exactly the team size.
Only shown for 4v4 tournaments. The maximum number of players a team can have on their roster, between 4 and 10 (default 6). The limit does not apply to tournament organizers adding players to a team, they can add up to 12. For 3v3/2v2/1v1 the roster size is always exactly the team size.
### Registration closes at