mirror of
https://github.com/ufilesdk-dev/ufile-phpsdk.git
synced 2025-04-05 19:41:58 +08:00
http.php curl timeout changed to 20s
This commit is contained in:
parent
a5ef7e0ccc
commit
418725fb99
@ -36,7 +36,7 @@ class HTTP_Request
|
||||
global $UFILE_ACTION_TYPE;
|
||||
if ($CURL_TIMEOUT == null && $action_type !== ActionType::PUTFILE
|
||||
&& $action_type !== ActionType::POSTFILE) {
|
||||
$CURL_TIMEOUT = 10;
|
||||
$CURL_TIMEOUT = 20;
|
||||
}
|
||||
$this->Timeout = $CURL_TIMEOUT;
|
||||
}
|
||||
@ -70,7 +70,7 @@ class HTTP_Response
|
||||
|
||||
global $CURL_TIMEOUT;
|
||||
if ($CURL_TIMEOUT == null) {
|
||||
$CURL_TIMEOUT = 10;
|
||||
$CURL_TIMEOUT = 20;
|
||||
}
|
||||
$this->Timeout = $CURL_TIMEOUT;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user