Skip to content

Commit 39aa998

Browse files
author
Gauvain Pocentek
committed
"Document" the timeout option
1 parent 8be5365 commit 39aa998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Here's an example of the syntax:
7575
[global]
7676
default = local
7777
ssl_verify = true
78+
timeout = 5
7879
7980
[local]
8081
url = http://10.0.3.2:8080
@@ -93,6 +94,9 @@ authentication is supported (not user/password).
9394
The `ssl_verify` option defines if the server SSL certificate should be
9495
validated (use false for self signed certificates, only useful with https).
9596

97+
The `timeout` option defines after how many seconds a request to the Gitlab
98+
server should be abandonned.
99+
96100
Choosing a different server than the default one can be done at run time:
97101

98102
`````

0 commit comments

Comments
 (0)