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

Rebase generic off monolithic #133

Merged
merged 6 commits into from
Oct 9, 2021
Merged

Rebase generic off monolithic #133

merged 6 commits into from
Oct 9, 2021

Commits on Jul 20, 2021

  1. Rebase generic off monolithic

    This commit rebases the generic code into the monolithic image
    This allows the base image to be the more regularly accessed / edited image
    
    Commits to lancachenet/generic:switcheroo will mimic this commit
    
    Also fixes lancachenet/generic#108
    VibroAxe committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    faa6b39 View commit details
    Browse the repository at this point in the history
  2. Exclude steam server status from caching

    Implements lancachenet/generic#93 as this is no longer a valid comit after switcheroo
    VibroAxe committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d77cfdc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Apply suggestions from code review

    Thanks @GotenXiao
    
    Co-authored-by: GotenXiao <[email protected]>
    VibroAxe and GotenXiao authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    425a75c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Ported CACHE_INDEX_SIZE PR from generic

    Ported PR lancachenet/generic#103 from @Crabbey
    Changes CACHE_MEM_SIZE to CACHE_INDEX_SIZE but maintains backwards compatiblity through deprecation.sh
    VibroAxe authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    2fa012f View commit details
    Browse the repository at this point in the history
  2. Switch to using proxy_cache_lock_age

    This allows us to cache the response in the event a file hasn't been downloaded yet
    Set to 2m as a really long time to download a single 1m slice from upstream
    
    Based on thoughts from lancachenet/generic#113
    VibroAxe authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    5175388 View commit details
    Browse the repository at this point in the history
  3. Update build hierarchy

    Build generic from monolithic
    VibroAxe authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    3f5d8c5 View commit details
    Browse the repository at this point in the history