Skip to content

Commit 496c6c0

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
less unused code
1 parent bc900a1 commit 496c6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/invitecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class InviteCodeManager:
1414
"""Manages invite codes for whitelisting users."""
1515

1616
# How many unused codes a user can have
17-
MAX_UNUSED_CODES = 100
17+
MAX_UNUSED_CODES = 30
1818

1919
def __init__(
2020
self,

0 commit comments

Comments
 (0)