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

Cache which source contains versions in GetVersions #1327

Merged
merged 1 commit into from
Dec 23, 2015
Merged

Conversation

forki
Copy link
Member

@forki forki commented Dec 23, 2015

This is should improve the second update run since we cache if a nuget feed doesn't have versions for a given package. It should be a good alternative to #1320
/cc @ctaggart

@forki forki changed the title Cache which source contains versions in GetVersions - references #1320 Cache which source contains versions in GetVersions Dec 23, 2015
@forki forki merged commit 5b6585b into master Dec 23, 2015
@ctaggart
Copy link
Contributor

This cut the paket update time in half to about 25 seconds my project that I was using in #1317. How does caching the sources work? What happens when you add the same package to another feed? That was a common scenario an my previous employer.

@forki
Copy link
Member Author

forki commented Dec 23, 2015

Just run "paket update -f" and it will find that new package on all feeds.
On Dec 23, 2015 10:29 PM, "Cameron Taggart" [email protected]
wrote:

This cut the paket update time in half to about 25 seconds my project
that I was using in #1317
#1317. How does caching the
sources work? What happens when you add the same package to another feed?
That was a common scenario an my previous employer.


Reply to this email directly or view it on GitHub
#1327 (comment).

@matthid matthid deleted the cachesecond branch May 6, 2017 13:48
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.

2 participants