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

[23.0 backport] Stop slowing bash init by caching plugins path slowly #4518

Merged

Commits on Aug 23, 2023

  1. Stop slowing bash init by caching plugins path slowly

    Fixes issue docker#3889 by only loading docker plugins path when needed: if it is fast enough than it shouldn't be a problem to do this on demand; OTOH if it is slow then we shouldn't do this during *every* bash session initialization, regardless if docker completion will be needed or not.
    
    Signed-off-by: Oded Arbel <oded@geek.co.il>
    (cherry picked from commit 1da67be)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    guss77 authored and thaJeztah committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8f67e81 View commit details
    Browse the repository at this point in the history