1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PM-28422] Client batching for member actions (#17805)

* add member action batching, feature flag, and implement batching for reinvite

* clean up, fix tests, remove redundant tests

* cleanup

* clean up tests

* bump cloud limit to 8k
This commit is contained in:
Brandon Treston
2025-12-11 10:30:05 -05:00
committed by GitHub
parent dc763f6291
commit 50dff4e032
4 changed files with 378 additions and 58 deletions

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).