From 0bf1fb990c0885a482fe9aa4d14bea5e3f27cfd7 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 29 Nov 2024 07:48:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Fparallel):=20set=20parall?= =?UTF-8?q?el=20downloads=3D>5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman.conf b/pacman.conf index 752f2b1..906519c 100644 --- a/pacman.conf +++ b/pacman.conf @@ -37,7 +37,7 @@ ILoveCandy #CheckSpace VerbosePkgLists DisableDownloadTimeout -ParallelDownloads = 10 +ParallelDownloads = 5 # 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.