diff --git a/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc b/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc index 92dfe9b8..74cfb5f1 100644 --- a/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc +++ b/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc @@ -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] ----