jonsamwell / angular-http-batcher

Enables HTTP batch request with AngularJS
MIT License
96 stars 28 forks source link

Number of items in a request is one larger than maxBatchedRequestPerCall #16

Closed sarg3nt closed 9 years ago

sarg3nt commented 9 years ago

For example, if I set maxBatchedRequestPerCall to 5, then there will typically be 6 in a batch.

Not a huge deal, just an FYI.

jonsamwell commented 9 years ago

Probably a simple math error somewhere.

On Wed, 29 Apr 2015 08:12 dsargent3220 notifications@github.com wrote:

For example, if I set maxBatchedRequestPerCall to 5, then there will typically be 6 in a batch.

Not a huge deal, just an FYI.

— Reply to this email directly or view it on GitHub https://github.com/jonsamwell/angular-http-batcher/issues/16.

jonsamwell commented 9 years ago

Fixed in the v1.8.0 release