Update tests

This commit is contained in:
Jerry Kurian
2019-08-12 11:07:39 -04:00
parent fdcc5bafc6
commit e932adde67
3 changed files with 24 additions and 29 deletions

View File

@@ -248,7 +248,7 @@ export function parallelMap<T, R>(
export function accumulator(
batchSize: number,
batchRate: number,
batchRate: number | undefined,
flushStrategy: "sliding" | "rolling",
keyBy?: string,
) {