![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2014-08-27 04:25:57 -
In reply to message 1 from Ali Baig
That is because your PHP configuration has set the default socket timeout to 60 seconds.
I could add an option to change the default timeout but you change it without depending on the class by calling ini_set("default_socket_timeout", 1000) or add your Apache .htaccess file adding a line like:
php_value default_socket_timeout 1000