diff --git a/license_manager/apps/subscriptions/constants.py b/license_manager/apps/subscriptions/constants.py index 1621c2cf..35eda682 100644 --- a/license_manager/apps/subscriptions/constants.py +++ b/license_manager/apps/subscriptions/constants.py @@ -96,7 +96,7 @@ class SegmentEvents: # Subscription validation constants MIN_NUM_LICENSES = 0 -MAX_NUM_LICENSES = 11000 +MAX_NUM_LICENSES = 1000000 # Set a reasonably high max to prevent us from crashing. # Number of license uuids enrollments are expired for in each batch LICENSE_EXPIRATION_BATCH_SIZE = 100