Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated conf_ref to reflect change in fastestmirror behavior #2151

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/conf_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,10 @@ configuration.
``fastestmirror``
:ref:`boolean <boolean-label>`

If enabled a metric is used to find the fastest available mirror. This overrides the order provided by the mirrorlist/metalink file itself. This file is often dynamically generated by the server to provide the best download speeds and enabling fastestmirror overrides this. The default is False.
If enabled, TCP socket latency is used to find the closest available mirror.
A mirror is then selected at random with less than twice the lowest latency for load balancing purposes.
This overrides the order provided by the mirrorlist/metalink file itself,
and does not take into consideration mirrorlist parameters such as mirror bandwidth nor preferred mirrors for client IP addresses.

.. _gpgcheck-label:

Expand Down
Loading