dnf.conf: cleanup, reword fastestmirror comment and uncomment it

This commit is contained in:
Aminda Suomalainen 2024-06-30 21:49:46 +03:00
parent c90a4a80d1
commit 3f056ed14c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,23 +2,16 @@
gpgcheck=1 gpgcheck=1
# 3 is the default, increase this in case of kernel upgrade trouble (unrelated # 3 is the default, increase this in case of kernel upgrade trouble (unrelated
# to space, see dracut.conf.d for that) # to space, see dracut.conf.d for that)
installonly_limit=3 #installonly_limit=3
clean_requirements_on_remove=True clean_requirements_on_remove=True
best=False best=False
skip_if_unavailable=True skip_if_unavailable=True
# Fedora 40 # Find the mirror with the lowest ping. While this might be the closest
# https://fedoraproject.org/wiki/Changes/Drop_Delta_RPMs # mirror, this won't consider the available bandwidth which may result into
# Consider `sudo dnf install python3-dnf-plugin-cow` instead on 40+ and CoW # slower downloads than the order Fedora provides servers in when this is
# filesystem (btrfs, maybe xfs (untested)). Fallback likely slows down ext4. # disabled.
# https://fedoraproject.org/wiki/Changes/RPMCoW fastestmirror=true
deltarpm=False
# Explicitly enable finding the fastest mirror
# NOTE! This actually measures based on ping instead of available bandwitdh
# and the Fedora infrastructure is already giving most suited mirrors, so
# enabling this may lead to worse performance.
#fastestmirror=true
# default 3, max 20, often suggested 10. I am not sure high numbers bring # default 3, max 20, often suggested 10. I am not sure high numbers bring
# benefit, but double seems fine # benefit, but double seems fine