-
-
Notifications
You must be signed in to change notification settings - Fork 513
lsd is slow Windows #200
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workingos/windows
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workingos/windows
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.exegives me this error:I also tested on a non-domain joined machine (Server 2016) and it seemed plenty fast.