You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the script will iterate over all repositories and count the number of components.
This can be a lengthy process on big instances. At some point it doesn't really matter anymore if there are 5.000 components or 10.000, or even 100.000.
I think it will greatly improve the process if you can give a limit to the script and it will stop executing the count for repositories that exceeds the given limit. Meaning these repositories have more than the given amount of components. It can be a different run mode, count vs identify kind of thing.
The text was updated successfully, but these errors were encountered:
Currently the script will iterate over all repositories and count the number of components.
This can be a lengthy process on big instances. At some point it doesn't really matter anymore if there are 5.000 components or 10.000, or even 100.000.
I think it will greatly improve the process if you can give a limit to the script and it will stop executing the count for repositories that exceeds the given limit. Meaning these repositories have more than the given amount of components. It can be a different run mode,
count
vsidentify
kind of thing.The text was updated successfully, but these errors were encountered: