docs: update git backend docs to include ssh connection timeout (#2396)

This commit is contained in:
Pearson Radu
2024-03-28 15:29:50 -04:00
committed by GitHub
parent de0c0e14c7
commit 4f1bb7a06b

View File

@@ -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]
----