Closed
Description
Performance is very slow - about 50 seconds to list a few files.
The long delay appears to be in calling lsd::meta::windows_utils::get_acl_access_mask
.
Possibly relevant details - I'm testing on Win10 1903 on a domain joined machine. I suspect the issue is contacting the domain controller, because when I disconnect the machine from the network, lsd.exe
gives me this error:
cannot access '.': The specified domain either does not exist or could not be contacted. (os error 1355)
I also tested on a non-domain joined machine (Server 2016) and it seemed plenty fast.