summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-17 10:08:19 +0100
committerRemi Collet <remi@php.net>2025-01-17 10:08:19 +0100
commit284f1e2c0577ac2bf8daf533d918b425cb75c4b3 (patch)
tree6950b7e92ae7e85680cb27e59fa2b84f70357402 /check.php
parent9c1c438ffae6c82e88d91ed6d85ac73ecb70e7c3 (diff)
add https://bd.mirror.vanehost.com/Remi/
Diffstat (limited to 'check.php')
-rwxr-xr-xcheck.php4
1 files changed, 2 insertions, 2 deletions
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);