diff options
-rwxr-xr-x | configure-mirror | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure-mirror b/configure-mirror index f895e78..f84d79c 100755 --- a/configure-mirror +++ b/configure-mirror @@ -35,7 +35,7 @@ set_baseurl http://download.fedoraproject.org/ "${FEDORA_MIRROR}" FEDORA_MIRROR # # no parallel downloads please. # -grep -q max_parallel_downloads /etc/dnf/dnf.conf ||\ -echo max_parallel_downloads=1 >> /etc/dnf/dnf.conf +grep -q max_connections /etc/yum.conf ||\ +echo max_connections=1 >> /etc/yum.conf exit 0 |