#739: Corregir errata en tiempo de conexión de peticiones REST.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4842 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
83b9c80945
commit
8083fb24e4
|
@ -27,7 +27,7 @@ function multiRequest($data, $options = array()) {
|
|||
curl_setopt($curly[$id], CURLOPT_URL, $url);
|
||||
curl_setopt($curly[$id], CURLOPT_HEADER, 0);
|
||||
curl_setopt($curly[$id], CURLOPT_RETURNTRANSFER, 1);
|
||||
curl_setopt($curly[$id], CURLOPT_TIMEOUT, 1000);
|
||||
curl_setopt($curly[$id], CURLOPT_TIMEOUT, 1);
|
||||
|
||||
// post?
|
||||
if (is_array($d)) {
|
||||
|
|
Loading…
Reference in New Issue