diff options
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ $deprecated = array( function getRepoTime($uri) { $ctx = stream_context_create([ 'http' => [ - 'timeout' => 1.5, + 'timeout' => 4, ] ]); $txt = @file_get_contents($uri . '/repodata/repomd.xml', false, $ctx); |