Skip to content

Commit ec11b30

Browse files
committed
MAGETWO-93319: Parallelization update
1 parent 4dd7b97 commit ec11b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Indexer/Model/ProcessManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
);
4545
}
4646
$this->registry = $registry;
47-
$this->threadsCount = $threadsCount;
47+
$this->threadsCount = (int)$threadsCount;
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)