The fix for issue #80 introduced the ability for the ads-github-cache program to update concurrently the individual pages within "paged collections". The current implementation, however, is unconstrained in the sense that it simply spawns a background process for each page of a given collection. It would be nice to be able to control the number of such background processes via a command line option.
For similarity to other familiar tools, the syntax should take the form:
Since concurrency is the default, the NUM argument is required.
The fix for issue #80 introduced the ability for the
ads-github-cacheprogram to update concurrently the individual pages within "paged collections". The current implementation, however, is unconstrained in the sense that it simply spawns a background process for each page of a given collection. It would be nice to be able to control the number of such background processes via a command line option.For similarity to other familiar tools, the syntax should take the form:
Since concurrency is the default, the
NUMargument is required.