mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3110 from dhensby/pulls/restful-docs
fixing docs spacing
This commit is contained in:
commit
ca1f9a58f4
@ -158,7 +158,7 @@ Here is an example to increase the HTTP Timeout globally. Insert this in your `_
|
|||||||
```php
|
```php
|
||||||
Config::inst()->update('RestfulService', 'default_curl_options', array(
|
Config::inst()->update('RestfulService', 'default_curl_options', array(
|
||||||
CURLOPT_DNS_CACHE_TIMEOUT => 3600,
|
CURLOPT_DNS_CACHE_TIMEOUT => 3600,
|
||||||
CURLOPT_CONNECTTIMEOUT => 10,
|
CURLOPT_CONNECTTIMEOUT => 10,
|
||||||
));
|
));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user