You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move checkRoleEscalation outside DB transaction in createAccount
The read-only role escalation check iterates all API commands and
does not need a write transaction open. Using a transient AccountVO
for the check avoids holding the DB connection during the permission
scan, reducing connection pool pressure and API latency.
0 commit comments