High load, slow response when changing password for user with a lot of documents

I noticed some discrepancies in the numbers reported as well! Mainly for numbers in /api/v1/users-info API that I made earlier and then right now using my script.

That’s expected. That user-info call doesn’t take the actual user as parameter, it takes their new role and the new facility and calculates based on that. The actual user would also download some user-specific documents (like tasks) that this call would not know about.

1 Like