stream-batch
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -28,3 +28,3 @@ var through; | ||
} | ||
if (opts.maxItems && batch.length >= opts.maxItems) { | ||
if (opts.maxItems && batches[batchId].length >= opts.maxItems) { | ||
flush(); | ||
@@ -31,0 +31,0 @@ } else { |
{ | ||
"name": "stream-batch", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Hans Donner <hans.donner@pobox.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7690