Warning is send out a teeny bit too early #341
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The library sends warnings out a teeny bit too early
if I create 5000 concurrent requests
then a warning is received that 5000 requests exceed the default of 5000
it should either use
>
herethis._concurrentRequests >= this._options.concurrentRequests
or the warning should be changedThe text was updated successfully, but these errors were encountered: