Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLAT-25146: Improvements and fixes to filtering #13189

Open
wants to merge 3 commits into
base: Ursa-21.12.0
Choose a base branch
from

Conversation

drorsou
Copy link
Collaborator

@drorsou drorsou commented Mar 17, 2025

No description provided.

@drorsou drorsou requested a review from danbar0kal March 17, 2025 07:29
@@ -461,11 +472,19 @@ protected function getPartnerMaximumGroupsPerUser($partnerId)
return GroupUserService::DEFAULT_MAX_NUMBER_OF_GROUPS_PER_USER;
}

protected function retrieveActiveGroupsForKuser($kuserId)
protected function retrieveActiveGroupsForKuser($kuserId, $startId = 0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe its a good idea to check weather there is another way to count these groups. A user with many groups can be costly to query.
many groups are is concidered max allowed for regular groups and a few thousands for the new type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants