From 903774fc1014603e28f70380693e542f0eada89c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Sep 2022 21:51:13 +0300 Subject: [PATCH] dnf.conf: set commented timeout to 2, note not setting it lower Otherwise there is trouble with the default value of 'migrate' and too many working mirrors start failing --- etc/dnf/dnf.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index d4f97f86..fcba9ae9 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -14,7 +14,8 @@ max_parallel_downloads=6 # Default timeout is 30 seconds which is a bit uncomfortable for when # you know something like S3 is down and you are on good connection. -#timeout=5 +# Note: don't set this below 2 +#timeout=2 # Tor, other than the dnf part, apg so different circuits #proxy=socks5://127.0.0.1:9050