mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fixing docs spacing
This commit is contained in:
parent
48240d8fd0
commit
b873e32d9e
@ -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,
|
||||
));
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user