Limit the number of concurrent requests.
const api = create().use(concurrencyLimit(5)); Copy
const api = create().use(concurrencyLimit(5));
Limit the number of concurrent requests.