diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-17 10:08:19 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-17 10:08:19 +0100 |
commit | 284f1e2c0577ac2bf8daf533d918b425cb75c4b3 (patch) | |
tree | 6950b7e92ae7e85680cb27e59fa2b84f70357402 /check.php | |
parent | 9c1c438ffae6c82e88d91ed6d85ac73ecb70e7c3 (diff) |
add https://bd.mirror.vanehost.com/Remi/
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |