mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 00:08:42 -06:00
bump cloud limit to 8k
This commit is contained in:
parent
d53f75a052
commit
9bf8bae02d
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user