Question about Pacman 6.0 parallel downloads

I couldn’t find this answer on the Arch wiki, and I’m curious about this.

When Pacman 6.0 downloads packages in parallel, does it follow the old behavior of using the top mirror in your list unless that mirror fails, or does it download in parallel from multiple mirrors?

use only one mirror as before

we can use --debug for check, for exemple (many lines so easier to read text file)

 sudo pacman -Syyu --debug 2>&1 | tee pacman.debug.txt
3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.