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:
parent
7148519bbc
commit
693943c1a4
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue