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

restorer: allow writing target file blobs out of order #2195

Merged
merged 2 commits into from
Feb 26, 2020

Commits on Feb 26, 2020

  1. restorer: Allow writing target file blobs out of order

    Much simpler implementation that guarantees each required pack
    is downloaded only once (and hence does not need to manage
    pack cache). Also improves large file restore performance.
    
    Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
    ifedorenko authored and rawtaz committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f17ffa0 View commit details
    Browse the repository at this point in the history
  2. restorer: go mod vendor; go mod tidy

    Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
    ifedorenko authored and rawtaz committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c52198d View commit details
    Browse the repository at this point in the history