rmannibucau commented on PR #408:
URL: https://github.com/apache/maven-resolver/pull/408#issuecomment-1896342446

   It works cause it is per connection but agree it is bad from a design 
standpoint - but it is http2, we cant help.
   
   As a side note my thread count for resolver is always 512 (just to enable as 
much concurrent downloads but having 4 threads is sufficient for an async impl 
- just to highlight it is what we should target in terms of concurrent 
downloads, not threads).
   
   About async helping it is just cause you chain more easily without adding a 
queue but agree it is an impl detail.
   
   Now about your fix we still have the same issue, you set it to 100 but then 
it is set to 12 so maybe we should revert and default to http1?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to