Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 16, 2024
2 parents 088d015 + 6f045bf commit b4dd2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
PHPUnitSetList::PHPUNIT_100,
]);

$rectorConfig->parallel(120);
$rectorConfig->parallel(120, 8, 15);

// paths to refactor; solid alternative to CLI arguments
$rectorConfig->paths([__DIR__ . '/app', __DIR__ . '/system', __DIR__ . '/tests', __DIR__ . '/utils']);
Expand Down

0 comments on commit b4dd2ab

Please sign in to comment.