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

Speed up the catalog command #2831

Closed
levkohimins opened this issue Dec 7, 2023 · 0 comments · Fixed by #2857
Closed

Speed up the catalog command #2831

levkohimins opened this issue Dec 7, 2023 · 0 comments · Fixed by #2857
Assignees
Labels
enhancement New feature or request

Comments

@levkohimins
Copy link
Contributor

Describe the solution you'd like

There are some things we can do to speed up the catalog command:

  1. Check out just the minimum amount of code (i.e., only main branch), not all branches/tags/etc.
  2. Check out to a predictable temp path for each URL, and if that path already exists, then just git pull to update it, rather than checking it out from scratch again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant