-
Suggestion
-
Resolution: Won't Fix
Currently, when adding users to a group, we are simulating the action of add user to one group one by one, this will trigger the user cache flush event with the same number of users instead of only one. This will cause the performance issue when having a huge amount of users being added to the group.
It will be great to change the API so that the activity only trigger one cache flush event for the entire operation.
- is related to
-
JRASERVER-64962 Made add users to groups more efficient
- Gathering Interest