Skip to content

Commit

Permalink
docs: update git backend docs to include ssh connection timeout (spri…
Browse files Browse the repository at this point in the history
  • Loading branch information
pearsonradu authored Mar 28, 2024
1 parent de0c0e1 commit 4f1bb7a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spring:
skipSslValidation: true
----

[[setting-http-connection-timeout]]
== Setting HTTP Connection Timeout
[[setting-connection-timeout]]
== Setting Connection Timeout

You can configure the time, in seconds, that the configuration server will wait to acquire an HTTP connection. Use the `git.timeout` property (default is `5`).
You can configure the time, in seconds, that the configuration server will wait to acquire an HTTP or SSH connection. Use the `git.timeout` property (default is `5`).

[source,yaml]
----
Expand Down

0 comments on commit 4f1bb7a

Please # to comment.