Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#1866) Avoid recursive search for pending package removal #2218

Merged
merged 1 commit into from
Apr 16, 2021
Merged

(#1866) Avoid recursive search for pending package removal #2218

merged 1 commit into from
Apr 16, 2021

Commits on Apr 16, 2021

  1. (#1866) Limit pending package removal to top level

    Previously, Chocolatey would search all sub directories when trying to
    remove pending packages as part of other commands. This was causing
    several second execution times when sub directories were large and/or
    symlinked on a network drive.
    
    By restricting the cleanup to the top directory only, the command
    execution times will be much more consistent.
    
    Co-authored-by: Tim Guenthner <[email protected]>
    2 people authored and gep13 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f6530e4 View commit details
    Browse the repository at this point in the history