We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dc541 commit fbfcbebCopy full SHA for fbfcbeb
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 = 500
+ MAX_UNUSED_CODES = 200
18
19
def __init__(self, table: ServiceResource, activity_tracker: ActivityTracker):
20
self.table = table
0 commit comments