Skip to content

Commit ab34bf4

Browse files
author
Xavier HAUSHERR
committed
Add the possibility to set timeout
1 parent 945d5f4 commit ab34bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Juste add the following lines is your deps file:
1313
[OverblogWsClientBundle]
1414
git=git@github.com:ebuzzing/OverblogWsClientBundle.git
1515
target=/bundles/Overblog/WsClientBundle
16-
version=v0.2
16+
version=v0.4
1717

1818
You have now to tell Symfony2 autoloader where to find the API and the files that will be generated. Fire up your text editor and add the following lines to the *app/autoload.php* file:
1919

@@ -35,6 +35,7 @@ You can now define your service settings in your main configuration file. The ex
3535
*cnct_name*:
3636
url: http://api.domain.tld/
3737
type: rest
38+
timeout: 2000
3839
*cnct_name_2*:
3940
url: http://api.domain.tld/json-rpc/user
4041
type: json

0 commit comments

Comments
 (0)