Skip to content

Commit 5324c10

Browse files
authored
Add note about core.upload:parallel (#3540)
1 parent ea6bf70 commit 5324c10

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

common/config_list.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
core.sources:download_urls: List of URLs to download backup sources from
2626
core.sources:exclude_urls: URLs which will not be backed up
2727
core.sources:upload_url: Remote URL to upload backup sources to
28+
core.upload:parallel: Number of concurrent threads to upload packages
2829
core.upload:retry: Number of retries in case of failure when uploading to Conan server
2930
core.upload:retry_wait: Seconds to wait between upload attempts to Conan server
3031
core.version_ranges:resolve_prereleases: Whether version ranges can resolve to pre-releases or not

reference/commands/upload.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ If the ``--format=json`` formatter is specified, the result will be a "PackageLi
6565

6666
The ``--dry-run`` argument will prepare the packages for upload, zip files if necessary, check in the server to see what needs to be uploaded and what is already in the server, but it will not execute the actual upload.
6767

68+
Using the ``core.upload:parallel`` conf, it is possible to upload packages in parallel.
69+
By default, or when set to a value less than ``2``, no parallelization will take place,
70+
and any other value will be the number of parallel threads to utilize.
6871

6972
Read more
7073
---------

0 commit comments

Comments
 (0)