-
Suggestion
-
Resolution: Fixed
-
None
Two methods in DbCachingRemoteChangeOperations use contains on collections that aren't instances of Set; this could make the operations slower than necessary.
The methods are findUserMembershipForGroupChanges and findGroupMembershipForGroupChanges, and the objects are the internal/remote collections transformed within those methods.