Skip to content

Commit

Permalink
Merge pull request #8510 from codeigniter4/samsonasik-patch-1
Browse files Browse the repository at this point in the history
chore: Reduce jobsize on rector config
  • Loading branch information
samsonasik authored Feb 4, 2024
2 parents a3b92fa + 400d171 commit c3f646c
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 c3f646c

Please sign in to comment.