Skip to content

Commit 500927d

Browse files
authored
fix(timeout): Increase curl timeout to 60s instead of 10s (#102)
1 parent f48b99f commit 500927d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/app/www/public/functions/curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
----------------------------------
88
*/
99

10-
function curl($url, $headers = [], $method = 'GET', $payload = '', $userPass = [], $timeout = 10)
10+
function curl($url, $headers = [], $method = 'GET', $payload = '', $userPass = [], $timeout = 60)
1111
{
1212
$payload = !is_string($payload) ? '' : $payload;
1313

0 commit comments

Comments
 (0)