Skip to content

Commit fbfcbeb

Browse files
Adam BaloghAdam Balogh
authored andcommitted
max 200
1 parent d5dc541 commit fbfcbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 500
17+
MAX_UNUSED_CODES = 200
1818

1919
def __init__(self, table: ServiceResource, activity_tracker: ActivityTracker):
2020
self.table = table

0 commit comments

Comments
 (0)