From 037b57fe005d43dded31b19182a293f1d41bc9e6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Sep 2022 21:42:15 +0300 Subject: [PATCH] etc/dnf/dnf.conf: add commented timeout (30 -> 5 seconds) S3 seems down and I am not patient enough to wait for 30 seconds X times --- etc/dnf/dnf.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index 3e25648a..d4f97f86 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -12,6 +12,10 @@ fastestmirror=true # benefit, but double seems fine 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 + # Tor, other than the dnf part, apg so different circuits #proxy=socks5://127.0.0.1:9050 #proxy_username=dnfOodCicucpi