Skip to content
Unverified Commit 6ffde749 authored by Mikael Hammarin's avatar Mikael Hammarin Committed by Joas Schilling
Browse files

Patch to optimize for large installations (>5000 users >20000 groups) where...


Patch to optimize for large installations (>5000 users >20000 groups) where subadmins have access to many of groups (>250)
- UsersController:editUser() calls isUserAccessible() even if the user is admin

This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average.

Signed-off-by: default avatarMikael Hammarin <mikael@try2.se>
parent 39f6f1ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment