index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-09-13 07:33:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-09-13 07:33:40 +0200 |
commit | 227a3044c063c5455ef191c599082e978e80ee9b (patch) | |
tree | 5f3735dd70aab78d5465cc9a40592efa67f2b1be /mirrorlist.php | |
parent | 035d9ed800d353d37ac2f0b6fdccf625ba2ceba9 (diff) |
-rw-r--r-- | mirrorlist.php | 4 |
diff --git a/mirrorlist.php b/mirrorlist.php index 459468e..d15020c 100644 --- a/mirrorlist.php +++ b/mirrorlist.php @@ -4,8 +4,8 @@ require_once "init.php"; include BASE . "/lib/mysql.php"; include BASE . "/lib/style.php"; -# as in mirrors.php -$cutoff = 3600; +# as in mirrors.php (increased again, eliminated some legit mirrors!) +$cutoff = 7*24*60*60; $filter = '`mirror_statuses`.`active`' . |