it potentially allows the dl concurrency to be bound for servers that don't want to accept too many concurrent connections by setting PKGR_DL_CONCURRENCY to some integer value (or the flip side make it larger)
implements retries and will retry 3 times
still TODO: bubble up the failing errors to cause pkgr to completely error out sooner
@bschulth let me know if you'd like to give this a try asap and I can cut a pre-release, else will consider how to test these a little bit
This does 2 things:
PKGR_DL_CONCURRENCY to some integer value
(or the flip side make it larger)still TODO: bubble up the failing errors to cause pkgr to completely error out sooner
@bschulth let me know if you'd like to give this a try asap and I can cut a pre-release, else will consider how to test these a little bit