Skip to content

Commit 3884e59

Browse files
committed
enable parallel with update timeout, num process, and job size config
1 parent b244584 commit 3884e59

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
@@ -60,7 +60,7 @@
6060
PHPUnitSetList::REMOVE_MOCKS,
6161
]);
6262

63-
$rectorConfig->disableParallel();
63+
$rectorConfig->parallel(240, 8, 1);
6464

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

0 commit comments

Comments
 (0)