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

Pushing larger files (>1GB) results in timeouts, even if pushed locally #54

Open
ferventcoder opened this issue Mar 11, 2019 · 1 comment
Labels

Comments

@ferventcoder
Copy link
Contributor

There is a known issue somewhere in the used NuGet code base that will timeout when attempting to push very large files.

@ferventcoder
Copy link
Contributor Author

A workaround for now is to simply place the larger package in the "App_Data\packages" folder or to create a share to that (and lock it down to only folks who should have access to push packages). The server will process that package and move it into a subfolder - that's when it is ready for consumption by Chocolatey.

Also note that you can only place a version of a package one time due to immutability. If you need to put a fix in, you need to rev the package version up to do so.

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

No branches or pull requests

1 participant