Align the async http client concurrency with the asyncIO capacity
By default the async http client allows 5 connections per route which prevents the asyncIO operator to run at full capacity if it's setup to something higher than 5. Pass the asyncIO capacity to the http client so that they are aligned.
Reduce the default capacity of 100 to 25.