Merge pull request #3110 from dhensby/pulls/restful-docs

fixing docs spacing
This commit is contained in:
Ingo Schommer 2014-05-07 23:13:43 +12:00
commit ca1f9a58f4

View File

@ -158,7 +158,7 @@ Here is an example to increase the HTTP Timeout globally. Insert this in your `_
```php
Config::inst()->update('RestfulService', 'default_curl_options', array(
CURLOPT_DNS_CACHE_TIMEOUT => 3600,
CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_CONNECTTIMEOUT => 10,
));
```