From 284f1e2c0577ac2bf8daf533d918b425cb75c4b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2025 10:08:19 +0100 Subject: add https://bd.mirror.vanehost.com/Remi/ --- check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check.php') diff --git a/check.php b/check.php index 7900bcd1..e352b339 100755 --- a/check.php +++ b/check.php @@ -102,9 +102,9 @@ $mirrors = [ 'http://mirrors.bytes.ua/remi/', // 2025-01-13 'https://remi.mivzakim.net/', // 2025-01-13 'http://repo1.ash.innoscale.net/remi/', // 2025-01-13 + 'https://bd.mirror.vanehost.com/Remi/', // 2025-01-17 ]; $testing = [ - 'https://bd.mirror.vanehost.com/Remi/', ]; $disabled = [ 'https://repo1.vetta.net.nz/remi/', // 2025-01-17 (too slow) @@ -156,7 +156,7 @@ $deprecated = [ function getRepoTime($uri) { $ctx = stream_context_create([ 'http' => [ - 'timeout' => 4, + 'timeout' => 7, ] ]); $txt = @file_get_contents($uri . '/repodata/repomd.xml', false, $ctx); -- cgit