From 73e504d035f0f4168b80041c022484562cd47fc1 Mon Sep 17 00:00:00 2001 From: Natalie Spiva Date: Sat, 20 Jun 2026 05:36:02 -0700 Subject: [PATCH] feat: enable package parallel downloads (#4) - Set ParallelDownloads = 10 for safe parallel package downloads - Reduces from previous aggressive value of 25 to avoid overwhelming mirrors - Balances download speed vs server load Closes #4 --- pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman.conf b/pacman.conf index ad6f3d5..e833c9c 100644 --- a/pacman.conf +++ b/pacman.conf @@ -37,7 +37,7 @@ Color #NoProgressBar CheckSpace #VerbosePkgLists -ParallelDownloads = 25 +ParallelDownloads = 10 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages.