From e1752f263031860b7b374f7d715c395f8f87eaaa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 6 Jun 2019 16:29:07 +0200 Subject: pool.php: ignore .oss mirrors --- pool.php | 1 + 1 file changed, 1 insertion(+) (limited to 'pool.php') diff --git a/pool.php b/pool.php index 05cece3..16da13a 100644 --- a/pool.php +++ b/pool.php @@ -18,6 +18,7 @@ $result = mysql_run_query( ' AND `mirror_statuses`.`last_sync` > UNIX_TIMESTAMP(NOW())-' . $cutoff . ' AND `mirror_statuses`.`start` > UNIX_TIMESTAMP(NOW())-' . $cutoff . ' AND `mirror_statuses`.`protocol` = "' . $protocol . '"' . + ' AND `mirror_statuses`.`url` NOT LIKE "%.oss/%"' . ' GROUP BY `mirror_statuses`.`url`' . ' ORDER BY SHA2(' . 'CONCAT(' . -- cgit v1.2.3