poetry is downloading packages in parallel (installer.parallel=true). What config can be adjusted if I need to control how many parallel downloads I want to have? The documentation did not list it.
Thanks
poetry is downloading packages in parallel (installer.parallel=true). What config can be adjusted if I need to control how many parallel downloads I want to have? The documentation did not list it.
Thanks
It is:
installer.max-workers
which is defined here:
https://python-poetry.org/docs/master/configuration/#installermax-workers