#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-378ad31fedc9
remotes/github/debian-pkg
ramon 2016-03-23 10:28:20 +00:00
parent 83b9c80945
commit 8083fb24e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {