We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc900a1 commit 496c6c0Copy full SHA for 496c6c0
1 file changed
server/invitecode.py
@@ -14,7 +14,7 @@ class InviteCodeManager:
14
"""Manages invite codes for whitelisting users."""
15
16
# How many unused codes a user can have
17
- MAX_UNUSED_CODES = 100
+ MAX_UNUSED_CODES = 30
18
19
def __init__(
20
self,
0 commit comments