Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 19, 2024
1 parent 6c8081e commit b44a683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected List<AssignedJob> insideMachineParallelization(
// +------------------------------------------------------------------------------------------------+
ScanSource shareScanSource = instanceToScanRanges.get(0);
for (int i = 0; i < instanceNum; i++) {
// one scan range generate instanceNum instances,
// one scan range generate multiple instances,
// different instances reference the same scan source
ShareScanAssignedJob instance = new ShareScanAssignedJob(
instanceIndexInFragment++, shareScanIndex, this, worker, shareScanSource);
Expand Down

0 comments on commit b44a683

Please sign in to comment.