This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git


The following commit(s) were added to refs/heads/master by this push:
     new 81b3367  README - instructions for speeding up sync
81b3367 is described below

commit 81b3367168e97cb2702d960ff883bc1ca7425693
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Oct 25 22:52:57 2017 +0200

    README - instructions for speeding up sync
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 9cca273..d374d57 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,11 @@ $ repo sync --no-clone-bundle
 ```
 
 The output is a flat list of all Sling modules.
+
+### Speeding up sync
+
+Syncing all Sling modules can take a while, so if your network is fast enough 
you can try using multiple jobs in parallel. To use 16 jobs, run
+
+```
+$ repo sync -j 16
+```

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to