fixing docs spacing

This commit is contained in:
Daniel Hensby 2014-05-07 12:06:44 +01:00
parent 48240d8fd0
commit b873e32d9e

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,
));
```