Skip to content
Snippets Groups Projects
Verified Commit d178183c authored by David Runge's avatar David Runge :chipmunk:
Browse files

Reduce amount of checked mirrors

configs/releng/airootfs/etc/xdg/reflector/reflector.conf:
Reduce the amount mirrors that reflector checks from 70 to 20.
This significantly reduces the time it takes to end up with an up-to-date mirrorlist during boot with the releng
profile.

Fixes #92
parent 0664efcf
No related branches found
No related tags found
1 merge request!153Reduce amount of checked mirrors
Pipeline #5987 passed
......@@ -2,5 +2,5 @@
--save /etc/pacman.d/mirrorlist
--protocol https
--latest 70
--latest 20
--sort rate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment