1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-26 00:32:41 +01:00

Prime SVN in parallel

Summary: Same as D2629.

Test Plan: None.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2632
This commit is contained in:
vrana 2012-06-01 00:15:52 -07:00
parent 7148519bbc
commit 693943c1a4

View file

@ -1042,7 +1042,7 @@ EOTEXT
$targets[] = array('command' => 'info', 'path' => $path);
}
foreach ($futures as $key => $future) {
foreach (Futures($futures)->limit(8) as $key => $future) {
$target = $targets[$key];
if ($target['command'] == 'diff') {
$repository_api->primeSVNDiffResult(