Skip to content

Commit 400d171

Browse files
authored
Reduce jobsize on rector config
1 parent a3b92fa commit 400d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
PHPUnitSetList::PHPUNIT_100,
6060
]);
6161

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

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

0 commit comments

Comments
 (0)