We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3b92fa + 400d171 commit c3f646cCopy full SHA for c3f646c
1 file changed
rector.php
@@ -59,7 +59,7 @@
59
PHPUnitSetList::PHPUNIT_100,
60
]);
61
62
- $rectorConfig->parallel(120, 8, 15);
+ $rectorConfig->parallel(120, 8, 10);
63
64
// paths to refactor; solid alternative to CLI arguments
65
$rectorConfig->paths([__DIR__ . '/app', __DIR__ . '/system', __DIR__ . '/tests', __DIR__ . '/utils']);
0 commit comments