DataHttpClientModule

Custom http client, with the ability to customize requests, auto unsubscribe and additional request interceptors.

LimitConcurrency (optional)

There is almost no limit on the number of requests that can be sent in parallel, by default this value is 255, but if necessary, you can change it, for example by setting limitConcurrency: 5 . This mean that maximum of 5 requests can be executed in parallel. Next one immediately start only if one of the previous requests is completed. Open the developer tool(F12 -> Network) and see how requests are sent.