From c63c788451f250c3f8fb2cd9933601bc2adcbc26 Mon Sep 17 00:00:00 2001 From: blaize9 Date: Wed, 8 Mar 2017 16:14:53 -0600 Subject: [PATCH] Increase Timer Value Increasing the timer value will allow the client to achieve a higher download speed. --- src/Curl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Curl.php b/src/Curl.php index 500606f..f69da95 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -27,7 +27,7 @@ class Curl { * Timeout: check curl resource * @var float */ - public $timeout = 0.01; + public $timeout = 0.001;