Cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ import { TransformOptions } from "./baseDefinitions";
|
||||
* Stores chunks of data internally in array and batches when batchSize is reached.
|
||||
*
|
||||
* @param batchSize Size of the batches
|
||||
* @param maxBatchAge Max lifetime of a batch
|
||||
* @param maxBatchAge Max lifetime of a batch in seconds
|
||||
*/
|
||||
export function batch(
|
||||
batchSize: number = 1000,
|
||||
|
||||
Reference in New Issue
Block a user