Skip to content

Commit

Permalink
Reduce jobsize on rector config
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Feb 4, 2024
1 parent a3b92fa commit 400d171
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 @@ -59,7 +59,7 @@
PHPUnitSetList::PHPUNIT_100,
]);

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

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

0 comments on commit 400d171

Please sign in to comment.