bump cloud limit to 8k

This commit is contained in:
Brandon 2025-12-09 16:25:14 -05:00
parent d53f75a052
commit 9bf8bae02d
No known key found for this signature in database
GPG Key ID: A0E0EF0B207BA40D

View File

@ -24,7 +24,7 @@ export const MaxCheckedCount = 500;
* Maximum for bulk reinvite operations when the IncreaseBulkReinviteLimitForCloud
* feature flag is enabled on cloud environments.
*/
export const CloudBulkReinviteLimit = 4000;
export const CloudBulkReinviteLimit = 8000;
/**
* Returns true if the user matches the status, or where the status is `null`, if the user is active (not revoked).