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

Use context.WithCancel for potentially long operations #108

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

evol262
Copy link
Contributor

@evol262 evol262 commented Aug 17, 2022

During the initial refactor from upstream handover to 0.2.0, some context.WithCancel operations were accidentally turned into context.WithTimeout when a wrapper was removed, which may cause pulls of large containers to fail even when they are still making progress.

Move all of the accidentally changed contexts back to WithCancel

Closes #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timeout pulling large images
1 participant