Skip to content

Commit

Permalink
Reduce sync time by increasing parallel sync
Browse files Browse the repository at this point in the history
This patch will reduce the repo sync time by ~half.

Tests Done: repo sync -c --force-sync

Tracked-On: OAM-123643
Signed-off-by: Tanuj Tekriwal <[email protected]>
  • Loading branch information
celadon authored and iViggyPrabhu committed Sep 23, 2024
1 parent dfd5ebd commit afbdec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fetch="https://android-review.googlesource.com" />
<default revision="refs/tags/android-14.0.0_r27"
remote="aosp"
sync-j="4" />
sync-j="10" />

<remote name="github.intel"
fetch="https://github.com/intel/" />
Expand Down

0 comments on commit afbdec0

Please sign in to comment.