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 27ecb66 commit 5fe16d4Copy full SHA for 5fe16d4
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