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

fix: apt cache performance #104

Merged
merged 2 commits into from
Oct 11, 2023

Commits on May 2, 2023

  1. fix: apt cache performance

    Use a single call to apt-cache to reduce the time needed to lookup
    package versions.
    
    Also:
    * Added millisecond details to log timing so slow operations can be more
      easily identified.
    * Perform apt update before determining package versions.
    
    Fixes awalsh128#103
    stevenh committed May 2, 2023
    Configuration menu
    Copy the full SHA
    58b7390 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. chore: descriptive variable names and use log_err

    Added the review feedback, updating variable names to be more
    descriptive and using log_err where appropriate.
    stevenh committed May 5, 2023
    Configuration menu
    Copy the full SHA
    52d1d96 View commit details
    Browse the repository at this point in the history