summarylogtreecommitdiffstats
path: root/mirrorlist-rankmirrors.conf
diff options
context:
space:
mode:
authorXorg2020-07-14 12:09:56 +0200
committerXorg2020-07-14 12:09:56 +0200
commit75dfe6a47b08fdfb74c649e1d541882a1dcd6814 (patch)
tree2b0514a0139a6393a0ef91204e4356be7aa6145e /mirrorlist-rankmirrors.conf
parentf94b87d0b05369e2cd656d2357bdbbdd32954bae (diff)
downloadaur-75dfe6a47b08fdfb74c649e1d541882a1dcd6814.tar.gz
Allow to disable country filter when 'All' is set
Feature request: https://aur.archlinux.org/packages/mirrorlist-rankmirrors-hook/#comment-754221
Diffstat (limited to 'mirrorlist-rankmirrors.conf')
-rw-r--r--mirrorlist-rankmirrors.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mirrorlist-rankmirrors.conf b/mirrorlist-rankmirrors.conf
index c3c818a31089..1a97672eda88 100644
--- a/mirrorlist-rankmirrors.conf
+++ b/mirrorlist-rankmirrors.conf
@@ -1,3 +1,5 @@
# You can use 'grep "##" /etc/pacman.d/mirrorlist.pacnew' to get a list of countries
-
COUNTRY=
+
+# If you want to disable the country filter, use the special value 'All' (warning: ranking will take times)
+#COUNTRY=All