We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b99f commit 500927dCopy full SHA for 500927d
1 file changed
root/app/www/public/functions/curl.php
@@ -7,7 +7,7 @@
7
----------------------------------
8
*/
9
10
-function curl($url, $headers = [], $method = 'GET', $payload = '', $userPass = [], $timeout = 10)
+function curl($url, $headers = [], $method = 'GET', $payload = '', $userPass = [], $timeout = 60)
11
{
12
$payload = !is_string($payload) ? '' : $payload;
13
0 commit comments