From ad6ac7d45e07ad2258476b3359e99e05c0d309e2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 28 Apr 2021 12:32:58 +0300 Subject: [PATCH] dnf.conf: double max_parallel_downloads --- etc/dnf/dnf.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index aae96375..a17b74f0 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -6,3 +6,6 @@ best=False skip_if_unavailable=True # Explicitly enable finding the fastest mirror fastestmirror=true +# default 3, max 20, often suggested 10. I am not sure high numbers bring +# benefit, but double seems fine +max_parallel_downloads=6