dnf.conf: comment fastestmirror and explain it in a comment

This commit is contained in:
Aminda Suomalainen 2024-05-08 19:38:00 +03:00
parent fce85784ca
commit d7703b6b63
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ skip_if_unavailable=True
deltarpm=False
# Explicitly enable finding the fastest mirror
fastestmirror=true
# 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
# benefit, but double seems fine