Blubuild cli image creation download speed.

If adding to the file /etc/dnf/dnf.conf with the contents of
# see `man dnf.conf` for defaults and possible options

[main]
max_parallel_downloads=10
# see `man dnf.conf` for defaults and possible options

[main]
max_parallel_downloads=10
to my recipe does it get utilized for downloading packages during the dnf module phase?
Solution:
If you copy it into your build at the beginning of your recipe, I believe it would
Jump to solution
1 Reply
Solution
Luke Skywunker
If you copy it into your build at the beginning of your recipe, I believe it would

Did you find this page helpful?