We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2e08 commit 6f045bfCopy full SHA for 6f045bf
rector.php
@@ -59,7 +59,7 @@
59
PHPUnitSetList::PHPUNIT_100,
60
]);
61
62
- $rectorConfig->parallel(120);
+ $rectorConfig->parallel(120, 8, 15);
63
64
// paths to refactor; solid alternative to CLI arguments
65
$rectorConfig->paths([__DIR__ . '/app', __DIR__ . '/system', __DIR__ . '/tests', __DIR__ . '/utils']);
0 commit comments