Update tests
This commit is contained in:
@@ -248,7 +248,7 @@ export function parallelMap<T, R>(
|
||||
|
||||
export function accumulator(
|
||||
batchSize: number,
|
||||
batchRate: number,
|
||||
batchRate: number | undefined,
|
||||
flushStrategy: "sliding" | "rolling",
|
||||
keyBy?: string,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user