Skip to content

Commit

Permalink
optimize StreamUtil and fix the LimitingExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu-yang-gh committed Feb 16, 2024
1 parent 414d664 commit 5e76ff8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ private ParallelStreamCollector(Function<T, R> mapper, int parallelism, int batc
}
_mapper = mapper;
_batchSize = batchSize;
//this.executor = new ForkJoinPool(parallelism);
_executor = new LimitingExecutor(parallelism);
}

Expand Down

0 comments on commit 5e76ff8

Please sign in to comment.