Skip to content

Commit c5c1f05

Browse files
memshardedperseoGI
authored andcommitted
download parallel (conan-io#4282)
1 parent 90cc46b commit c5c1f05

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

reference/config_files/global_conf.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ Those warnings are:
299299
- ``network``: Messages related to network issues, such as retries
300300

301301

302-
303302
Environment deactivation functions
304303
++++++++++++++++++++++++++++++++++
305304

@@ -359,3 +358,13 @@ available in the current shell session. This behavior emulates the well known ``
359358
tools.env:deactivation_mode=function
360359
361360
**Default value:** None.
361+
362+
Parallel download
363+
+++++++++++++++++
364+
365+
By default the download and unzip of pre-compiled package binaries from remote servers will happen in parallel,
366+
defaulting to the number of cpu-cores. The configuration ``core.download:parallel=<int-number>`` can change this
367+
behavior. If ``core.download:parallel=0``, then the behavior will be to not use parallelism and do a sequential
368+
download and unzip of precompiled package binaries.
369+
This ``core.download:parallel`` configuration also affects the ``conan download`` command, but for that command
370+
the default at the moment is not to use parallelism, but sequential download.

0 commit comments

Comments
 (0)