You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point the openSUSE repositories at download.opensuse.org's per-file
metalink instead of a plain baseurl when using the default mirror.
download.opensuse.org routes each client to a single sticky mirror, so
when that mirror is slow, overloaded or has not yet synced a freshly
published snapshot, downloads often fail. Note that
`download.max_silent_tries` doesn't save us here, as it's just going to
hit the same mirror again.
The metalink is a ranked list of mirrors that libdnf/libzypp fall back
across on download failure.
Custom mirrors (`Mirror=`) don't serve a metalink, so they keep baseurl.
This fixes the other half of #4365
0 commit comments