Skip to content

Commit 141031f

Browse files
authored
download parallel (#4282)
1 parent ebdaa28 commit 141031f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/config_files/global_conf.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)