File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -297,3 +297,14 @@ Those warnings are:
297297
298298 - ``deprecated ``: Messages for deprecated features such as legacy generators
299299 - ``network ``: Messages related to network issues, such as retries
300+
301+
302+ Parallel download
303+ +++++++++++++++++
304+
305+ By default the download and unzip of pre-compiled package binaries from remote servers will happen in parallel,
306+ defaulting to the number of cpu-cores. The configuration ``core.download:parallel=<int-number> `` can change this
307+ behavior. If ``core.download:parallel=0 ``, then the behavior will be to not use parallelism and do a sequential
308+ download and unzip of precompiled package binaries.
309+ This ``core.download:parallel `` configuration also affects the ``conan download `` command, but for that command
310+ 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