File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,6 @@ Those warnings are:
299299 - ``network ``: Messages related to network issues, such as retries
300300
301301
302-
303302Environment 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.
You can’t perform that action at this time.
0 commit comments