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
msys2-runtime: restore fast path for current user primary group
Commit a5bcfe6 removed an optimization that fetches the
default group from the current user token, as it is sometimes
not accurate such as when groups like the builtin
Administrators group is the primary group.
However, removing this optimization causes extremely poor
performance when connected to some Active Directory
environments.
Restored this optimization as the default behaviour, and
added a `group: db-accurate` option to `nsswitch.conf` that
can be used to disable the optimization in cases where
accurate group information is required.
This fixesgit-for-windows/git#4459
Signed-off-by: Richard Glidden <[email protected]>
0 commit comments